Update PurchaseGraph.vue

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-20 22:50:58 +01:00
committed by GitHub
parent d9be76e403
commit 48d05aecb9

View File

@@ -13,7 +13,7 @@ export default {
console.log(canvas);
let _response = await fetch(
"http://localhost:30030/api/purchase/statistics"
"/api/purchase/statistics"
);
let response = await _response.json();
let labels = [];