diff --git a/main.go b/main.go index 8d4d468..12277b1 100644 --- a/main.go +++ b/main.go @@ -92,7 +92,7 @@ func main() { port := os.Getenv("PORT") if port == "" { - port = "8080" + port = "1337" } log.Printf("ERP System starting on http://localhost:%s", port)