mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Adding new registration processing for signup.
This commit is contained in:
@@ -181,7 +181,6 @@ namespace OpenWifi {
|
||||
element.isBoolean() ||
|
||||
element.isInteger() ||
|
||||
element.isSigned() ) {
|
||||
std::cout << "Element type STRING: " << element.type().name() << std::endl;
|
||||
ResultArray->add(element);
|
||||
} else {
|
||||
auto Expanded = Poco::makeShared<Poco::JSON::Object>();
|
||||
|
||||
Reference in New Issue
Block a user