testing bugs

This commit is contained in:
Daniel Ledda
2020-11-14 01:56:37 +01:00
parent 166505883a
commit a756816520

View File

@@ -61,7 +61,7 @@ func showCharts(w http.ResponseWriter, r *http.Request) {
http.Redirect(w, r, "/" + ROOT_URL + "/", 303) http.Redirect(w, r, "/" + ROOT_URL + "/", 303)
} }
} }
http.ServeFile(w, r, "webapp/dist/charts.html") http.ServeFile(w, r, "./webapp/dist/charts.html")
} }
func sendData(w http.ResponseWriter, r *http.Request) { func sendData(w http.ResponseWriter, r *http.Request) {