fix(api): add AuthModule import to AgentTemplateModule #690

Merged
jason.woltje merged 1 commits from fix/agent-template-auth-module into main 2026-03-05 22:10:37 +00:00

1 Commits

Author SHA1 Message Date
d220be6b58 fix(api): add AuthModule import to AgentTemplateModule
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
The AgentTemplateController uses AuthGuard which requires AuthService,
but AgentTemplateModule was not importing AuthModule. This caused the
API to crash during dependency resolution.
2026-03-05 09:46:22 -06:00