Update Highscore.vue

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-20 22:51:32 +01:00
committed by GitHub
parent 48d05aecb9
commit 23d436d1d6

View File

@@ -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;