structure

This commit is contained in:
2025-12-11 12:44:03 +03:30
parent d1c72b81dc
commit 0bb51dcae5
18 changed files with 78 additions and 78 deletions
@@ -11,7 +11,7 @@ import { PushNotificationService } from './services/push-notification.service';
import { SmsAdaptorService } from './services/sms.adaptor';
import { SmsProcessor } from './processors/sms.processor';
import { PushProcessor } from './processors/push.processor';
import { NotificationsController } from './notifications.controller';
import { NotificationsController } from './controllers/notifications.controller';
import { User } from '../users/entities/user.entity';
import { Restaurant } from '../restaurants/entities/restaurant.entity';
import { NotificationListeners } from './listeners/notification.listeners';