remove old envelope srrvice dependencies

This commit is contained in:
2025-09-04 18:56:02 +02:00
parent 2c825d2fe3
commit aa8f46a303
8 changed files with 5 additions and 350 deletions

View File

@@ -1,6 +1,4 @@
using EnvelopeGenerator.CommonServices;
using EnvelopeGenerator.Web.Services;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using EnvelopeGenerator.Application.Extensions;
using EnvelopeGenerator.Application.Interfaces.Services;
@@ -98,7 +96,7 @@ public class EnvelopeController : ControllerBase
{
_logger.LogEnvelopeError(uuid: uuid, signature: signature, message: "Unexpected error happend in api/envelope/reject");
_logger.LogNotice(ntc);
return this.ViewInnerServiceError();
return StatusCode(500, mssg);
});
}
}