Update PiHole.vue

pull/258/head
Colin 2021-08-16 14:17:15 -07:00 committed by GitHub
parent 7efcd282bb
commit bbe7149d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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