mirror of https://github.com/bastienwirtz/homer
Update AdGuardHome.vue
parent
ecec695272
commit
077be43473
|
@ -51,7 +51,9 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
fetchStatus: async function () {
|
||||
this.status = await fetch(`${this.item.url}/control/status`).then(
|
||||
this.status = await fetch(`${this.item.url}/control/status`{
|
||||
credentials: 'include',
|
||||
}).then(
|
||||
(response) => response.json()
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue