From 10fb7057c94649a0221527fa09fe413754777e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 20 Jan 2020 22:51:48 +0100 Subject: [PATCH] Update TotalBought.vue --- src/ui/TotalBought.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/TotalBought.vue b/src/ui/TotalBought.vue index 9cf1dfa..04b1fb9 100644 --- a/src/ui/TotalBought.vue +++ b/src/ui/TotalBought.vue @@ -49,7 +49,7 @@ export default { }, async mounted() { let _response = await fetch( - "http://localhost:30030/api/purchase/statistics/color" + "/api/purchase/statistics/color" ); let response = await _response.json(); this.red = response.red;