From 580e6500a5ebdb5f9970b69c5c3902e4b49c099a Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 12 Nov 2024 12:46:15 +0100 Subject: fix(style): name and pronouns not centered on phone --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 7c2b48a..fc6d2e4 100644 --- a/main.go +++ b/main.go @@ -63,5 +63,5 @@ func main() { http.Redirect(w, r, "/", http.StatusTemporaryRedirect) } - g.StartServer(":80") + g.StartServer(":8000") } -- cgit v1.2.3