Reapply "Endpunkt "EncodeEnvelopeReceiverId" zum Test-Controller hinzugefügt."
This reverts commit f105aaa567e55b629659a84748f91af83da2cc94.
This commit is contained in:
parent
f105aaa567
commit
836380048a
@ -45,5 +45,8 @@ namespace EnvelopeGenerator.Web.Controllers.Test
|
||||
var decoded = envelopeReceiverId.DecodeEnvelopeReceiverId();
|
||||
return Ok(new { uuid = decoded.EnvelopeUuid, signature = decoded.ReceiverSignature });
|
||||
}
|
||||
|
||||
[HttpGet("encode")]
|
||||
public IActionResult EncodeEnvelopeReceiverId(string uuid, string signature) => Ok((uuid, signature).EncodeEnvelopeReceiverId());
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user