Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkinglight committed Mar 4, 2020
1 parent 88a7410 commit 66c6371
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 @@ -50,7 +50,7 @@ func main() {
w.Write(response.body)
})

http.ListenAndServe(":8000", router)
http.ListenAndServe(*flagBindTo, router)
}

type Response struct {
Expand Down

0 comments on commit 66c6371

Please sign in to comment.