chore: setup sms rabbit mq

This commit is contained in:
Nathnael
2026-06-25 07:41:33 +00:00
parent ce5c69acb3
commit 6fd9b6d519
6 changed files with 151 additions and 33 deletions

View File

@@ -12,11 +12,14 @@ import { OtpService } from "./otp.service";
import { OtpRepository } from "./otp.repository";
import { NotificationsModule } from "../notifications/notifications.module";
@Module({
imports: [
TypeOrmModule.forFeature([
OtpVerification,
]),
NotificationsModule,
],
controllers: [OtpController],