diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-28 01:13:27 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-28 01:13:27 +0200 |
commit | 3637edb816f673830b70b05354a5b74909549999 (patch) | |
tree | 356417dfc0564a2eb7b7255a1656ffbaf2a62943 /locker.go | |
parent | a55cfe8205d5cb2fb0948c173f23ad71d6614d13 (diff) |
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) } |