From 51e0ebba52cb238dd85f0b6a788f21e5ada0055e4e38c3bc5f31e28b215b8997 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Thu, 23 Apr 2026 23:01:38 +0200 Subject: [PATCH] chore: minor text change --- internal/server/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) }