mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 07:38:10 +00:00
chore: setup sms rabbit mq
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user