From 3637edb816f673830b70b05354a5b74909549999 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 28 Apr 2024 01:13:27 +0200 Subject: Start work on styling --- locker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locker.go') 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) } -- cgit