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

index ce0b68928afffa11aad883e342afce099b58e420..ca87f9dc63c7b939c009e547d1013a733f5b0357 100644 (file)
@@ -65,7 +65,7 @@ export default {
     fetchStatus: async function () {
       const url = `${this.item.url}/api.php`;
       this.api = await fetch(url{
-        credentials: 'include'
+        credentials: "include",
       })
         .then((response) => response.json())
         .catch((e) => console.log(e));