feat: ws simple setup only
This commit is contained in:
8
src/notification/notification.module.ts
Normal file
8
src/notification/notification.module.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { NotificationService } from './notification.service';
|
||||
import { NotificationGateway } from './notification.gateway';
|
||||
|
||||
@Module({
|
||||
providers: [NotificationService, NotificationGateway]
|
||||
})
|
||||
export class NotificationModule {}
|
||||
Reference in New Issue
Block a user