From 7b03628f57e038cbc85ccb677535f760e711edbf Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sat, 14 Nov 2020 01:57:33 +0100 Subject: [PATCH] testing bugs --- climate-server.go | 1 + 1 file changed, 1 insertion(+) 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") }