issue # 이메일 인증 코드 발송 로직 구현
This commit is contained in:
@@ -5,6 +5,7 @@ import { AccountService } from "./account.service";
|
||||
|
||||
@Module({
|
||||
controllers: [AccountController],
|
||||
providers: [AccountService, AccountRepo]
|
||||
providers: [AccountService, AccountRepo],
|
||||
exports: [AccountService, AccountRepo]
|
||||
})
|
||||
export class AccountModule {}
|
||||
Reference in New Issue
Block a user