From b637190af040348a0df9b94338019f9ac4ad2c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Hatland?= Date: Thu, 5 Oct 2023 13:32:59 +0200 Subject: [PATCH] empty change to trigger action --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index de37714..f221864 100644 --- a/server.go +++ b/server.go @@ -34,7 +34,7 @@ func apiRoutes(router *gin.Engine) { func serveApplication(router *gin.Engine) { port, exists := os.LookupEnv("SERVER_PORT") if !exists { - logrus.Warn("SERVER_PORT environment variable not set, using default port 8080") + logrus.Warn("SERVER_PORT environment variable not set, using default port 8080 ") port = "8080" }