diff --git a/framework/h/app.go b/framework/h/app.go index f32c560..42939f3 100644 --- a/framework/h/app.go +++ b/framework/h/app.go @@ -182,7 +182,7 @@ func (app *App) start() { } port := ":3000" - slog.Info(fmt.Sprintf("Server started on port %s", port)) + slog.Info(fmt.Sprintf("Server started at localhost:%s", port)) err := http.ListenAndServe(port, app.Router) if err != nil {