feat(CC-056): register SearchModule in AppModule
This commit is contained in:
parent
0a5ae5d483
commit
c8a517cd2d
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ import { SegmentsModule } from './segments/segments.module';
|
|||
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 { SessionGuard } from './auth/session.guard';
|
||||
import { TenantGuard } from './auth/tenant.guard';
|
||||
|
|
@ -75,6 +76,7 @@ function parseRedisConnection(redisUrl: string | undefined) {
|
|||
ResearchBriefsModule,
|
||||
BriefingModule,
|
||||
ExternalDataModule,
|
||||
SearchModule,
|
||||
],
|
||||
controllers: [HealthController],
|
||||
providers: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue