change LogInEnvelope route
This commit is contained in:
parent
e536e523b8
commit
ffa31fbebc
@ -293,7 +293,7 @@ public class EnvelopeController : ViewControllerBase
|
||||
}
|
||||
#endregion
|
||||
|
||||
[HttpPost("{envelopeReceiverId}/Locked")]
|
||||
[HttpPost("{envelopeReceiverId}")]
|
||||
[Obsolete("Use MediatR")]
|
||||
public async Task<IActionResult> LogInEnvelope([FromRoute] string envelopeReceiverId, [FromForm] Auth auth)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user