feat(CC-060): register ExportModule in AppModule
This commit is contained in:
parent
1358b5d4dd
commit
fe1bdbbbe0
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ 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 { ExportModule } from './export/export.module';
|
||||
|
||||
import { SessionGuard } from './auth/session.guard';
|
||||
import { TenantGuard } from './auth/tenant.guard';
|
||||
|
|
@ -79,6 +80,7 @@ function parseRedisConnection(redisUrl: string | undefined) {
|
|||
ExternalDataModule,
|
||||
SearchModule,
|
||||
ConsentsModule,
|
||||
ExportModule,
|
||||
],
|
||||
controllers: [HealthController],
|
||||
providers: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue