This commit is contained in:
2018-10-04 18:49:46 +00:00
parent 03501f1ba1
commit dfad4c948e
5 changed files with 112 additions and 187 deletions

View File

@@ -326,7 +326,6 @@ namespace AyaNova.Api.Controllers
}
else
{
//return success and link
return CreatedAtAction("GetWidget", new { id = o.Id }, new ApiCreatedResponse(o));
}