refactor: change default port
This commit is contained in:
parent
7176c3e193
commit
3e96f78c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ func NewRouter() {
|
||||||
|
|
||||||
port := os.Getenv("PORT")
|
port := os.Getenv("PORT")
|
||||||
if len(port) == 0 {
|
if len(port) == 0 {
|
||||||
port = "8080"
|
port = "8888"
|
||||||
}
|
}
|
||||||
|
|
||||||
slog.Info("Starting server", slog.Any("port", port))
|
slog.Info("Starting server", slog.Any("port", port))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue