Update AdGuardHome.vue

pull/258/head
Colin 2021-08-11 15:41:33 -07:00 committed by GitHub
parent 2f6d9e1b09
commit 4852ae6b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()
);