update to remove loadEnvelope-metod
This commit is contained in:
@@ -27,8 +27,6 @@ public class DocumentController : BaseController
|
||||
[NonAction]
|
||||
public async Task<IActionResult> Get([FromRoute] string envelopeKey, [FromQuery] int index)
|
||||
{
|
||||
EnvelopeReceiver response = await envelopeService.LoadEnvelope(envelopeKey);
|
||||
|
||||
// Load document info
|
||||
var document = await envelopeService.GetDocument(index, envelopeKey);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user