summaryrefslogtreecommitdiff
path: root/locker.go
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-28 01:13:27 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-28 01:13:27 +0200
commit3637edb816f673830b70b05354a5b74909549999 (patch)
tree356417dfc0564a2eb7b7255a1656ffbaf2a62943 /locker.go
parenta55cfe8205d5cb2fb0948c173f23ad71d6614d13 (diff)
Start work on stylingHEADmain
Diffstat (limited to 'locker.go')
-rw-r--r--locker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/locker.go b/locker.go
index 7bc6cc4..0138755 100644
--- a/locker.go
+++ b/locker.go
@@ -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)
}