diff options
-rw-r--r-- | src/components/services/AdGuardHome.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/AdGuardHome.vue b/src/components/services/AdGuardHome.vue index bf5caa9..9a3350d 100644 --- a/src/components/services/AdGuardHome.vue +++ b/src/components/services/AdGuardHome.vue | |||
@@ -52,7 +52,7 @@ export default { | |||
52 | methods: { | 52 | methods: { |
53 | fetchStatus: async function () { | 53 | fetchStatus: async function () { |
54 | this.status = await fetch(`${this.item.url}/control/status`{ | 54 | this.status = await fetch(`${this.item.url}/control/status`{ |
55 | credentials: 'include', | 55 | credentials: "include", |
56 | }).then( | 56 | }).then( |
57 | (response) => response.json() | 57 | (response) => response.json() |
58 | ); | 58 | ); |