changed endpoint name of api of logging in through OTP

This commit is contained in:
ashutosh.nehete 2025-06-07 09:53:08 +00:00
parent 9f37c37e18
commit 9e9bb6fecd

View File

@ -552,7 +552,7 @@ namespace MarcoBMS.Services.Controllers
}
}
[HttpPost("login-opt")]
[HttpPost("login-otp")]
public async Task<IActionResult> LoginWithOTP([FromBody] VerifyOTPDto verifyOTP)
{
try