Skip to content

Commit

Permalink
BUG: fix server setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hina Shah committed Aug 12, 2024
1 parent fa6e70d commit 7018667
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 @@ -2434,7 +2434,7 @@ func main() {

srv := &http.Server{
Handler: router,
Addr: "127.0.0.1:9000",
Addr: "0.0.0.0:9000",
WriteTimeout: 15 * time.Second,
ReadTimeout: 15 * time.Second,
}
Expand Down

0 comments on commit 7018667

Please sign in to comment.