From a7568165206711a8123423ad89bb26024497ca2b Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sat, 14 Nov 2020 01:56:37 +0100 Subject: [PATCH] testing bugs --- climate-server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climate-server.go b/climate-server.go index 4f476cf..1fbbaa2 100644 --- a/climate-server.go +++ b/climate-server.go @@ -61,7 +61,7 @@ func showCharts(w http.ResponseWriter, r *http.Request) { 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) {