This commit is contained in:
@@ -200,7 +200,7 @@ namespace AyaNova.Api.Controllers
|
||||
if (o == null)
|
||||
return BadRequest(new ApiErrorResponse(biz.Errors));
|
||||
else
|
||||
return CreatedAtAction("GetFormCustom", new { id = o.Id }, new ApiCreatedResponse(o));
|
||||
return CreatedAtAction("GetFormCustom", new { formkey = o.FormKey }, new ApiCreatedResponse(o));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user