diff options
Diffstat (limited to 'src/components/services/PiHole.vue')
-rw-r--r-- | src/components/services/PiHole.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
65 | fetchStatus: async function () { | 65 | fetchStatus: async function () { |
66 | const url = `${this.item.url}/api.php`; | 66 | const url = `${this.item.url}/api.php`; |
67 | this.api = await fetch(url{ | 67 | this.api = await fetch(url{ |
68 | credentials: 'include' | 68 | credentials: "include", |
69 | }) | 69 | }) |
70 | .then((response) => response.json()) | 70 | .then((response) => response.json()) |
71 | .catch((e) => console.log(e)); | 71 | .catch((e) => console.log(e)); |