changes port

This commit is contained in:
Victor Broman 2026-02-06 18:34:07 +01:00
parent 5530cfcdfd
commit 88ddf4c043

@ -92,7 +92,7 @@ func main() {
port := os.Getenv("PORT") port := os.Getenv("PORT")
if port == "" { if port == "" {
port = "8080" port = "1337"
} }
log.Printf("ERP System starting on http://localhost:%s", port) log.Printf("ERP System starting on http://localhost:%s", port)