We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfd6ef commit 801d917Copy full SHA for 801d917
cmd/main.go
@@ -20,7 +20,7 @@ func main() {
20
21
port := os.Getenv("API_PORT")
22
if port == "" {
23
- port = "8080" // Porta padrão, caso não esteja definida no ambiente
+ port = "4444" // Porta padrão, caso não esteja definida no ambiente
24
}
25
26
log.Printf("Server starting on :%s", port)
0 commit comments