added visualisation
This commit is contained in:
@@ -42,7 +42,7 @@ func startServer() {
|
||||
}
|
||||
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user