parent
7a038e6af1
commit
cea6b1cff2
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ func (app *App) start() {
|
|||
}
|
||||
|
||||
port := ":3000"
|
||||
slog.Info(fmt.Sprintf("Server started at localhost:%s", port))
|
||||
slog.Info(fmt.Sprintf("Server started at localhost%s", port))
|
||||
err := http.ListenAndServe(port, app.Router)
|
||||
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue