Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Bulletdev authored Dec 5, 2024
1 parent 5bfd6ef commit 801d917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func main() {

port := os.Getenv("API_PORT")
if port == "" {
port = "8080" // Porta padrão, caso não esteja definida no ambiente
port = "4444" // Porta padrão, caso não esteja definida no ambiente
}

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

0 comments on commit 801d917

Please sign in to comment.