Update Overview.vue

This commit is contained in:
jingsam 2022-05-29 20:28:52 +08:00 committed by GitHub
parent bcb8de4703
commit a4dfc95096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
},
methods: {
fetchData() {
fetch('/api/status', {credentials: 'include'})
fetch('./api/status', {credentials: 'include'})
.then(res => {
return res.json()
}).then(json => {