aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-13 10:17:46 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-13 10:17:46 +0100
commit42edbe27329cb094895b8e9c558639ff52611eca (patch)
treef15b16a373d0e79addb6d5747d6ee1831461768f /main.go
parentc79556fa850f1672953d36ff383278f3b8bef623 (diff)
feat(tag): supports little screen
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
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")