diff options
Diffstat (limited to 'locker.go')
-rw-r--r-- | locker.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -319,5 +319,5 @@ func main() { http.HandleFunc("GET /", myServer.handleMain) log.Println("Started!") - http.ListenAndServe("0.0.0.0:80", nil) + http.ListenAndServe("0.0.0.0:8080", nil) } |