diff --git a/climate-server.go b/climate-server.go index 1fbbaa2..c399436 100644 --- a/climate-server.go +++ b/climate-server.go @@ -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") }