Skip to content

Commit

Permalink
fix: undo remove host
Browse files Browse the repository at this point in the history
  • Loading branch information
aryyawijaya committed Jul 17, 2024
1 parent c922ff2 commit 5c1ba07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ func main() {
},
})
})
r.Run(":8000") // listen and serve on :8080
r.Run("0.0.0.0:8000") // listen and serve on 0.0.0.0:8080 (for windows "localhost:8080")
}

0 comments on commit 5c1ba07

Please sign in to comment.