This commit is contained in:
@@ -132,7 +132,7 @@ namespace AyaNova.Api.Controllers
|
||||
|
||||
if (!ModelState.IsValid)
|
||||
return BadRequest(new ApiErrorResponse(ModelState));
|
||||
return Ok(ApiOkResponse.Response(FormFieldReference.FormFieldKeys));
|
||||
return Ok(ApiOkResponse.Response(FormFieldOptionalCustomizableReference.FormFieldKeys));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user