Update Highscore.vue
This commit is contained in:
committed by
GitHub
parent
48d05aecb9
commit
23d436d1d6
@@ -16,7 +16,7 @@ export default {
|
||||
},
|
||||
async mounted() {
|
||||
let _response = await fetch(
|
||||
"http://localhost:30030/api/highscore/statistics"
|
||||
"/api/highscore/statistics"
|
||||
);
|
||||
let response = await _response.json();
|
||||
this.highscore = response;
|
||||
|
||||
Reference in New Issue
Block a user