Skip to content

Commit

Permalink
empty change to trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
Øyvind Hatland committed Oct 5, 2023
1 parent 8d552ea commit b637190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit b637190

Please sign in to comment.