testing bugs

This commit is contained in:
Daniel Ledda
2020-11-14 01:57:33 +01:00
parent a756816520
commit 7b03628f57

View File

@@ -61,6 +61,7 @@ func showCharts(w http.ResponseWriter, r *http.Request) {
http.Redirect(w, r, "/" + ROOT_URL + "/", 303)
}
}
fmt.Println("Hello, anyoneo tehre?")
http.ServeFile(w, r, "./webapp/dist/charts.html")
}