feat(CC-063): register ContactsModule, RisksModule, ProjectsModule
This commit is contained in:
parent
0488e0f426
commit
b4417ab103
1 changed files with 6 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ 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 { ContactsModule } from './contacts/contacts.module';
|
||||
import { RisksModule } from './risks/risks.module';
|
||||
import { ProjectsModule } from './projects/projects.module';
|
||||
|
||||
import { SessionGuard } from './auth/session.guard';
|
||||
import { TenantGuard } from './auth/tenant.guard';
|
||||
|
|
@ -83,6 +86,9 @@ function parseRedisConnection(redisUrl: string | undefined) {
|
|||
ConsentsModule,
|
||||
ExportModule,
|
||||
DocumentsModule,
|
||||
ContactsModule,
|
||||
RisksModule,
|
||||
ProjectsModule,
|
||||
],
|
||||
controllers: [HealthController],
|
||||
providers: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue