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