refactor: change default port

This commit is contained in:
trafficlunar 2025-03-20 22:32:03 +00:00
parent 7176c3e193
commit 3e96f78c4b

View file

@ -54,7 +54,7 @@ func NewRouter() {
port := os.Getenv("PORT")
if len(port) == 0 {
port = "8080"
port = "8888"
}
slog.Info("Starting server", slog.Any("port", port))