Skip to content

Commit 801d917

Browse files
authored
Update main.go
1 parent 5bfd6ef commit 801d917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func main() {
2020

2121
port := os.Getenv("API_PORT")
2222
if port == "" {
23-
port = "8080" // Porta padrão, caso não esteja definida no ambiente
23+
port = "4444" // Porta padrão, caso não esteja definida no ambiente
2424
}
2525

2626
log.Printf("Server starting on :%s", port)

0 commit comments

Comments
 (0)