diff --git a/internal/server/api/api.go b/internal/server/api/api.go index c646251..4e91b1d 100644 --- a/internal/server/api/api.go +++ b/internal/server/api/api.go @@ -25,7 +25,7 @@ func KickoffApi(logger *slog.Logger, env bootstrap.Environment, db *gorm.DB) { r.Use(gin.Recovery()) if env.Authentication { - slog.Debug("activating authentication middleware") // only log when actually doign the thing it logs to do + slog.Debug("injecting authentication middleware") // only log when actually doign the thing it logs to do r.Use(middleware.AuthMiddleware()) }