added visualisation

This commit is contained in:
Daniel Ledda
2020-11-04 23:53:36 +01:00
parent 9c296e0054
commit 142847c870

View File

@@ -42,7 +42,7 @@ func startServer() {
} }
func showCharts(w http.ResponseWriter, r *http.Request) { func showCharts(w http.ResponseWriter, r *http.Request) {
http.ServeFile(w, r, "charts.html") http.ServeFile(w, r, "./charts.html")
} }
func sendData(w http.ResponseWriter, r *http.Request) { func sendData(w http.ResponseWriter, r *http.Request) {