mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fix search return all assets
This commit is contained in:
parent
1db5631439
commit
ef1749a1f8
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ namespace gdpm::rest_api{
|
||||||
){
|
){
|
||||||
using namespace rapidjson;
|
using namespace rapidjson;
|
||||||
string request_url{constants::HostUrl + rest_api::endpoints::GET_Asset};
|
string request_url{constants::HostUrl + rest_api::endpoints::GET_Asset};
|
||||||
Document doc = rest_api::get_assets_list(request_url, rest_api_params);
|
Document doc = rest_api::get_assets_list(request_url, rest_api_params, filter);
|
||||||
if(doc.IsNull()){
|
if(doc.IsNull()){
|
||||||
return log::error_rc(error(
|
return log::error_rc(error(
|
||||||
ec::HOST_UNREACHABLE,
|
ec::HOST_UNREACHABLE,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue