validation client and server

This commit is contained in:
Jonathan Jenne
2023-12-15 10:45:32 +01:00
parent 0ad1d214ba
commit bdf7bdd37a
7 changed files with 269 additions and 127 deletions

View File

@@ -58,7 +58,7 @@ namespace EnvelopeGenerator.Web.Controllers
actionService.OpenEnvelope(response.Envelope, response.Receiver);
return Ok();
return Ok(new object());
}
catch (Exception e)
{