This commit is contained in:
@@ -207,6 +207,7 @@ namespace AyaNova.Api.Controllers
|
||||
{
|
||||
var result = await biz.RenderReport(reportRequest, API_URL);
|
||||
|
||||
|
||||
if (string.IsNullOrWhiteSpace(result))
|
||||
return BadRequest(new ApiErrorResponse(biz.Errors));
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user