Files
stack/apps
jason.woltjeandClaude Opus 4.6 e23490a5f7 fix(api): remove redundant CsrfGuard from FederationController
CsrfGuard is already applied globally via APP_GUARD in AppModule.
The explicit @UseGuards(CsrfGuard) on FederationController caused a
DI error because CsrfService is not provided in FederationModule.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-13 22:14:03 -06:00
..