This commit is contained in:
@@ -129,7 +129,7 @@ namespace AyaNova.Api.Controllers
|
||||
|
||||
}
|
||||
|
||||
return Ok(new ApiOkResponse(ReturnList, true));
|
||||
return Ok(ApiOkResponse.Response(ReturnList, true));
|
||||
}
|
||||
|
||||
|
||||
@@ -154,7 +154,7 @@ namespace AyaNova.Api.Controllers
|
||||
ret.Add(new KeyValuePair<string, string>("authorizationroles", "AyaNova user account role types"));
|
||||
ret.Add(new KeyValuePair<string, string>("AyaType", "All AyaNova object types, use the AyaTypeController route to fetch these"));
|
||||
|
||||
return Ok(new ApiOkResponse(ret, true));
|
||||
return Ok(ApiOkResponse.Response(ret, true));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user