aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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")