Update WinGraph.vue

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

View File

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