Update Overview.vue
This commit is contained in:
parent
bcb8de4703
commit
a4dfc95096
@ -33,7 +33,7 @@
|
||||
},
|
||||
methods: {
|
||||
fetchData() {
|
||||
fetch('/api/status', {credentials: 'include'})
|
||||
fetch('./api/status', {credentials: 'include'})
|
||||
.then(res => {
|
||||
return res.json()
|
||||
}).then(json => {
|
||||
|
Loading…
Reference in New Issue
Block a user