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