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 5e98418 commit 0857bc7Copy full SHA for 0857bc7
cmd/main.go
@@ -22,6 +22,6 @@ func main() {
22
// checar a saúde do jovem
23
router.HandleFunc("/health", handlers.HealthCheck).Methods("GET")
24
25
- log.Println("Server starting on :8080")
26
- log.Fatal(http.ListenAndServe(":8080", router))
+ log.Println("Server starting on :4444")
+ log.Fatal(http.ListenAndServe(":4444", router))
27
}
0 commit comments