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 5e98418 commit 0857bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ func main() {
// checar a saúde do jovem
router.HandleFunc("/health", handlers.HealthCheck).Methods("GET")

log.Println("Server starting on :8080")
log.Fatal(http.ListenAndServe(":8080", router))
log.Println("Server starting on :4444")
log.Fatal(http.ListenAndServe(":4444", router))
}

0 comments on commit 0857bc7

Please sign in to comment.