chore: rabbit feedback

This commit is contained in:
Stavros
2026-04-29 16:00:59 +03:00
parent 4c0181c5e2
commit 4077bacfdf
+1
View File
@@ -83,6 +83,7 @@ func (app *BootstrapApp) setupRouter() (*gin.Engine, error) {
RedirectCookieName: app.context.redirectCookieName,
CookieDomain: app.context.cookieDomain,
OAuthSessionCookieName: app.context.oauthSessionCookieName,
SubdomainsEnabled: app.config.Auth.SubdomainsEnabled,
}, apiRouter, app.services.authService)
oauthController.SetupRoutes()