Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
drew138 committed Mar 21, 2024
1 parent d649ceb commit 41c0ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func main() {
router := router.NewRouter(eng)
router.MapRoutes()

if err := eng.Run(); err != nil {
if err := eng.Run("0.0.0.0:8080"); err != nil {
panic(err)
}

Expand Down

0 comments on commit 41c0ec5

Please sign in to comment.