hotfix: port number

This commit is contained in:
2025-07-23 21:15:17 +00:00
parent a999f065da
commit 6eba15d52a

View File

@@ -69,7 +69,7 @@ func main() {
port := os.Getenv("PORT") port := os.Getenv("PORT")
if port == "" { if port == "" {
port = "7007" port = "7006"
} }
fmt.Printf("Server listening on :%s\n", port) fmt.Printf("Server listening on :%s\n", port)