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;