diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ func main() { } if dev { + slog.Info("Starting on http://localhost:8000/") g.StartServer(":8000") } else { g.StartServer(":80") |
