diff --git a/src/ui/Highscore.vue b/src/ui/Highscore.vue index a98210e..80b4cd8 100644 --- a/src/ui/Highscore.vue +++ b/src/ui/Highscore.vue @@ -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;