diff --git a/build b/build index 9a03714..9d60796 100644 --- a/build +++ b/build @@ -1 +1 @@ -10 \ No newline at end of file +11 \ No newline at end of file diff --git a/src/RESTAPI/RESTAPI_inventory_list_handler.cpp b/src/RESTAPI/RESTAPI_inventory_list_handler.cpp index 434fa35..47cef69 100644 --- a/src/RESTAPI/RESTAPI_inventory_list_handler.cpp +++ b/src/RESTAPI/RESTAPI_inventory_list_handler.cpp @@ -131,7 +131,9 @@ namespace OpenWifi { } else { ProvObjects::InventoryTagVec Tags; DB_.GetRecords(QB_.Offset, QB_.Limit, Tags, "", OrderBy); - return MakeJSONObjectArray("taglist", Tags, *this); + return SendList(Tags, SerialOnly); + +// return MakeJSONObjectArray("taglist", Tags, *this); } } } // namespace OpenWifi \ No newline at end of file