]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/services/AdGuardHome.vue
Update AdGuardHome.vue
[github/bastienwirtz/homer.git] / 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()
       );