From 4eacd5f54074c6cd73eaef4178c56843ce742445 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 12 Apr 2023 18:50:34 +0200 Subject: Switch to unnested config This is now just not needed. --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server.go') diff --git a/server.go b/server.go index 4a685f2..891a7b9 100644 --- a/server.go +++ b/server.go @@ -19,7 +19,7 @@ func setupRoutes() { func runServer() { setupRoutes() - address := config.Http.Host + ":" + config.Http.Port + address := config.Host + ":" + config.Port log.Println("Serving content at 'http://" + address + "'.") log.Fatal(http.ListenAndServe(address, nil)) } -- cgit v1.2.3-70-g09d2