production-evyos-systems-an.../ServicesApi/src/auth/password/verify-otp/verify-otp.service.ts

9 lines
138 B
TypeScript

import { Injectable } from '@nestjs/common';
@Injectable()
export class VerifyOtpService {
async run(dto: any) {
return dto;
}
}