From 23d436d1d64f2310d72e8420a2bdb1431f071093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 20 Jan 2020 22:51:32 +0100 Subject: [PATCH] Update Highscore.vue --- src/ui/Highscore.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;