mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-01 19:17:47 +00:00
Debugging
This commit is contained in:
@@ -31,7 +31,6 @@ namespace OpenWifi {
|
|||||||
|
|
||||||
Poco::Net::HTTPRequestHandler * RESTAPI_ExtRouter(const char *Path, RESTAPIHandler::BindingMap &Bindings,
|
Poco::Net::HTTPRequestHandler * RESTAPI_ExtRouter(const char *Path, RESTAPIHandler::BindingMap &Bindings,
|
||||||
Poco::Logger & L, RESTAPI_GenericServer & S, uint64_t TransactionId) {
|
Poco::Logger & L, RESTAPI_GenericServer & S, uint64_t TransactionId) {
|
||||||
std::cout << "Path: " << Path << std::endl;
|
|
||||||
return RESTAPI_Router<
|
return RESTAPI_Router<
|
||||||
RESTAPI_system_command,
|
RESTAPI_system_command,
|
||||||
RESTAPI_entity_handler,
|
RESTAPI_entity_handler,
|
||||||
|
|||||||
@@ -347,7 +347,7 @@ namespace OpenWifi::ProvObjects {
|
|||||||
bool InventoryTagList::from_json(const Poco::JSON::Object::Ptr &Obj) {
|
bool InventoryTagList::from_json(const Poco::JSON::Object::Ptr &Obj) {
|
||||||
try {
|
try {
|
||||||
field_from_json( Obj,"taglist",taglist);
|
field_from_json( Obj,"taglist",taglist);
|
||||||
return false;
|
return true;
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user