This commit is contained in:
2025-12-10 23:39:42 +03:30
parent 2d0c7dabee
commit 2be360639e
7 changed files with 692 additions and 2 deletions
@@ -19,6 +19,8 @@ import { AuthModule } from '../auth/auth.module';
import { ConfigService } from '@nestjs/config';
import { NotificationQueueNameEnum } from './constants/queue';
import { UtilsModule } from '../utils/utils.module';
import { NotificationsGateway } from './notifications.gateway';
import { WsAdminAuthGuard } from './guards/ws-admin-auth.guard';
@Module({
imports: [
@@ -48,6 +50,8 @@ import { UtilsModule } from '../utils/utils.module';
PushProcessor,
SmsProcessor,
NotificationListeners,
NotificationsGateway,
WsAdminAuthGuard,
],
exports: [
NotificationService,