1 Commits

Author SHA1 Message Date
6eba15d52a hotfix: port number 2025-07-23 21:15:17 +00:00

View File

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