fix module import
This commit is contained in:
parent
9aaa6c731c
commit
992691e6e0
1 changed files with 2 additions and 0 deletions
|
|
@ -11,12 +11,14 @@ import { CollaborationController } from './collaboration.controller';
|
|||
import { LoggerModule } from '../../common/logger/logger.module';
|
||||
import { RedisModule } from '@nestjs-labs/nestjs-ioredis';
|
||||
import { RedisConfigService } from '../../integrations/redis/redis-config.service';
|
||||
import { CaslModule } from '../../core/casl/casl.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
LoggerModule,
|
||||
DatabaseModule,
|
||||
EnvironmentModule,
|
||||
CaslModule,
|
||||
CollaborationModule,
|
||||
QueueModule,
|
||||
HealthModule,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue