From 88ddf4c043fc014f12ba12f987e41dee5f9a719b Mon Sep 17 00:00:00 2001 From: Victor Broman Date: Fri, 6 Feb 2026 18:34:07 +0100 Subject: [PATCH] changes port --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)