feat(CC-061): register DocumentsModule in AppModule
This commit is contained in:
parent
902a0d0748
commit
1fc75369c0
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ 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 { DocumentsModule } from './documents/documents.module';
|
||||
|
||||
import { SessionGuard } from './auth/session.guard';
|
||||
import { TenantGuard } from './auth/tenant.guard';
|
||||
|
|
@ -81,6 +82,7 @@ function parseRedisConnection(redisUrl: string | undefined) {
|
|||
SearchModule,
|
||||
ConsentsModule,
|
||||
ExportModule,
|
||||
DocumentsModule,
|
||||
],
|
||||
controllers: [HealthController],
|
||||
providers: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue