放弃短信验证了
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { NotificationService } from './notification.service';
|
||||
|
||||
@Module({})
|
||||
@Module({
|
||||
providers: [NotificationService],
|
||||
exports: [NotificationService],
|
||||
})
|
||||
export class NotificationModule {}
|
||||
|
||||
Reference in New Issue
Block a user