Temporäre Lösung: Rückgabe von Ok(new object()) aufgrund falscher Fetch-API-Nutzung.

This commit is contained in:
Developer 02 2024-04-10 23:19:15 +02:00
parent 5e758899ab
commit 49cfeb28d9

View File

@ -72,7 +72,7 @@ namespace EnvelopeGenerator.Web.Controllers
var signResult = actionService?.SignEnvelope(response.Envelope, response.Receiver);
return Ok();
return Ok(new object());
}
catch (Exception e)
{