changed endpoint name of api of logging in through OTP
This commit is contained in:
parent
9f37c37e18
commit
9e9bb6fecd
@ -552,7 +552,7 @@ namespace MarcoBMS.Services.Controllers
|
||||
}
|
||||
}
|
||||
|
||||
[HttpPost("login-opt")]
|
||||
[HttpPost("login-otp")]
|
||||
public async Task<IActionResult> LoginWithOTP([FromBody] VerifyOTPDto verifyOTP)
|
||||
{
|
||||
try
|
||||
|
Loading…
x
Reference in New Issue
Block a user