attempting network changes
This commit is contained in:
parent
e69085a34e
commit
49bb36eab3
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -167,5 +167,5 @@ func main() {
|
|||
|
||||
|
||||
log.Println("Serving on :", PORT)
|
||||
http.ListenAndServe(fmt.Sprintf(":%d", PORT), nil)
|
||||
http.ListenAndServe(fmt.Sprintf("127.0.0.1:%d", PORT), nil)
|
||||
}
|
||||
Loading…
Reference in a new issue