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