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