From c8f0e7c42d01096d1caa48f07431501e6554c993 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sat, 14 Nov 2020 15:27:55 +0100 Subject: [PATCH] Almost there --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 7f9d96d..a9c7409 100644 --- a/server.go +++ b/server.go @@ -13,7 +13,7 @@ import ( "time" ) -const ROOT_URL = "" +const ROOT_URL = "/climate" func startServer() { port := "8001"