Update AdGuardHome.vue

This commit is contained in:
Colin
2021-08-16 14:16:29 -07:00
committed by GitHub
parent 4852ae6b85
commit 7efcd282bb

View File

@@ -51,7 +51,7 @@ export default {
}, },
methods: { methods: {
fetchStatus: async function () { fetchStatus: async function () {
this.status = await fetch(`${this.item.url}/control/status`{ this.status = await fetch(`${this.item.url}/control/status`, {
credentials: "include", credentials: "include",
}).then( }).then(
(response) => response.json() (response) => response.json()