]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Update AdGuardHome.vue
authorColin <mcclurec@gmail.com>
Mon, 16 Aug 2021 21:16:29 +0000 (14:16 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Aug 2021 21:16:29 +0000 (14:16 -0700)
src/components/services/AdGuardHome.vue

index 9a3350d224714452baaad5a884b78027ba7a28ef..9238060973c4b326b0d6b3f91ac908b9781d42ed 100644 (file)
@@ -51,7 +51,7 @@ export default {
   },
   methods: {
     fetchStatus: async function () {
-      this.status = await fetch(`${this.item.url}/control/status`{
+      this.status = await fetch(`${this.item.url}/control/status`{
         credentials: "include",
       }).then(
         (response) => response.json()