Skip to content

Commit fc7e77e

Browse files
authored
# Alterar porta exposta do dockerfile
# Alterar porta exposta do dockerfile
1 parent cb75595 commit fc7e77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/gorilla/mux"
1010
)
1111

12-
const defaultPort = "8080"
12+
const defaultPort = "4444"
1313

1414
func main() {
1515
r := setupRoutes()

0 commit comments

Comments
 (0)