feat(CC-054): register ExternalDataModule in AppModule
This commit is contained in:
parent
925ce11a06
commit
1570e69b2d
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ import { FinancialIntelligenceModule } from './financial-intelligence/financial-
|
|||
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 { SessionGuard } from './auth/session.guard';
|
||||
import { TenantGuard } from './auth/tenant.guard';
|
||||
|
||||
|
|
@ -72,6 +74,7 @@ function parseRedisConnection(redisUrl: string | undefined) {
|
|||
SegmentsModule,
|
||||
ResearchBriefsModule,
|
||||
BriefingModule,
|
||||
ExternalDataModule,
|
||||
],
|
||||
controllers: [HealthController],
|
||||
providers: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue