From 42edbe27329cb094895b8e9c558639ff52611eca Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 13 Nov 2024 10:17:46 +0100 Subject: feat(tag): supports little screen --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index 897bc57..d26dbae 100644 --- a/main.go +++ b/main.go @@ -79,6 +79,7 @@ func main() { } if dev { + slog.Info("Starting on http://localhost:8000/") g.StartServer(":8000") } else { g.StartServer(":80") -- cgit v1.2.3