This commit is contained in:
@@ -145,6 +145,7 @@ namespace AyaNova.Api.Controllers
|
||||
var o = await biz.GetAsync(id);
|
||||
if (o == null)
|
||||
return BadRequest(new ApiErrorResponse(biz.Errors));
|
||||
await biz.PopulateVizFields(o);
|
||||
return Ok(ApiOkResponse.Response(new
|
||||
{
|
||||
o.Name,
|
||||
|
||||
Reference in New Issue
Block a user