From: Colin Date: Wed, 11 Aug 2021 22:40:22 +0000 (-0700) Subject: Update PiHole.vue X-Git-Tag: v21.09.1~4^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=0dc3cea15ed9d24d35e6383c89036e8a5e2eb83a;p=github%2Fbastienwirtz%2Fhomer.git Update PiHole.vue --- diff --git a/src/components/services/PiHole.vue b/src/components/services/PiHole.vue index ce0b689..ca87f9d 100644 --- a/src/components/services/PiHole.vue +++ b/src/components/services/PiHole.vue @@ -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));