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