]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/services/PiHole.vue
Update PiHole.vue
[github/bastienwirtz/homer.git] / src / components / services / PiHole.vue
index ca87f9dc63c7b939c009e547d1013a733f5b0357..87f7090d4ad8b16f47b5a2285db872f8102074ba 100644 (file)
@@ -64,7 +64,7 @@ export default {
   methods: {
     fetchStatus: async function () {
       const url = `${this.item.url}/api.php`;
-      this.api = await fetch(url{
+      this.api = await fetch(url{
         credentials: "include",
       })
         .then((response) => response.json())