chore: minor text change

This commit is contained in:
2026-04-23 23:01:38 +02:00
parent 939338477c
commit 51e0ebba52
+1 -1
View File
@@ -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())
}