This commit is contained in:
2019-01-11 00:15:05 +00:00
parent db67a570d0
commit 70595f396d

View File

@@ -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));
}