From 6eba15d52a95b968adb026b9b25ff2ef4696b1ee Mon Sep 17 00:00:00 2001 From: Felipe Marinho Date: Wed, 23 Jul 2025 21:15:17 +0000 Subject: [PATCH] hotfix: port number --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 00c2e87..ba645d9 100644 --- a/main.go +++ b/main.go @@ -69,7 +69,7 @@ func main() { port := os.Getenv("PORT") if port == "" { - port = "7007" + port = "7006" } fmt.Printf("Server listening on :%s\n", port)