mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-12-24 00:59:50 +01:00
Update AdGuardHome.vue
This commit is contained in:
@@ -51,7 +51,9 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
fetchStatus: async function () {
|
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()
|
(response) => response.json()
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user