]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Update AdGuardHome.vue
authorColin <mcclurec@gmail.com>
Wed, 11 Aug 2021 22:41:33 +0000 (15:41 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Aug 2021 22:41:33 +0000 (15:41 -0700)
src/components/services/AdGuardHome.vue

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