Debugging

This commit is contained in:
stephb9959
2022-02-24 15:52:51 -08:00
parent 5141ac9914
commit dc74b2e23d
2 changed files with 1 additions and 2 deletions

View File

@@ -31,7 +31,6 @@ namespace OpenWifi {
Poco::Net::HTTPRequestHandler * RESTAPI_ExtRouter(const char *Path, RESTAPIHandler::BindingMap &Bindings,
Poco::Logger & L, RESTAPI_GenericServer & S, uint64_t TransactionId) {
std::cout << "Path: " << Path << std::endl;
return RESTAPI_Router<
RESTAPI_system_command,
RESTAPI_entity_handler,

View File

@@ -347,7 +347,7 @@ namespace OpenWifi::ProvObjects {
bool InventoryTagList::from_json(const Poco::JSON::Object::Ptr &Obj) {
try {
field_from_json( Obj,"taglist",taglist);
return false;
return true;
} catch (...) {
}