Adding connectedDevice API

This commit is contained in:
stephb9959
2021-07-18 14:49:22 -07:00
parent 3795e0c653
commit d2ca4982d8

View File

@@ -63,7 +63,7 @@ namespace uCentral {
auto *Path = uri.getPath().c_str();
RESTAPIHandler::BindingMap Bindings;
std::cout << "Path: " << Request.getURI() << std::endl;
// std::cout << "Path: " << Request.getURI() << std::endl;
return RESTAPI_Router<
RESTAPI_firmwaresHandler,