feat(CC-057): register ConsentsModule in AppModule
This commit is contained in:
parent
18e427bde6
commit
9d58aa90be
1 changed files with 2 additions and 0 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue