Skip to content

Commit 0857bc7

Browse files
authored
Update main.go
1 parent 5e98418 commit 0857bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ func main() {
2222
// checar a saúde do jovem
2323
router.HandleFunc("/health", handlers.HealthCheck).Methods("GET")
2424

25-
log.Println("Server starting on :8080")
26-
log.Fatal(http.ListenAndServe(":8080", router))
25+
log.Println("Server starting on :4444")
26+
log.Fatal(http.ListenAndServe(":4444", router))
2727
}

0 commit comments

Comments
 (0)