]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Update PiHole.vue 258/head
authorColin <mcclurec@gmail.com>
Mon, 16 Aug 2021 21:17:15 +0000 (14:17 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Aug 2021 21:17:15 +0000 (14:17 -0700)
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())