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)