Update TotalBought.vue

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

View File

@@ -49,7 +49,7 @@ export default {
}, },
async mounted() { async mounted() {
let _response = await fetch( let _response = await fetch(
"http://localhost:30030/api/purchase/statistics/color" "/api/purchase/statistics/color"
); );
let response = await _response.json(); let response = await _response.json();
this.red = response.red; this.red = response.red;