change stracture
This commit is contained in:
@@ -3,6 +3,7 @@ import { ConfigModule } from '@nestjs/config';
|
||||
import { TypeOrmModule } from '@nestjs/typeorm';
|
||||
import { SocketModule } from './socket/socket.module';
|
||||
import { NotificationModule } from './notifications/notification.module';
|
||||
import { RedisModule } from './redis/redis.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -20,6 +21,7 @@ import { NotificationModule } from './notifications/notification.module';
|
||||
}),
|
||||
SocketModule,
|
||||
NotificationModule,
|
||||
RedisModule,
|
||||
],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
||||
Reference in New Issue
Block a user