feat(CC-057): register ConsentsModule in AppModule

This commit is contained in:
admin-valentin 2026-08-01 21:00:09 +00:00
parent 18e427bde6
commit 9d58aa90be

View file

@ -30,6 +30,7 @@ import { ResearchBriefsModule } from './research-briefs/research-briefs.module';
import { BriefingModule } from './briefing/briefing.module';
import { ExternalDataModule } from './external-data/external-data.module';
import { SearchModule } from './search/search.module';
import { ConsentsModule } from './consents/consents.module';
import { SessionGuard } from './auth/session.guard';
import { TenantGuard } from './auth/tenant.guard';
@ -77,6 +78,7 @@ function parseRedisConnection(redisUrl: string | undefined) {
BriefingModule,
ExternalDataModule,
SearchModule,
ConsentsModule,
],
controllers: [HealthController],
providers: [