mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-11-01 19:27:59 +00:00
Fixing submfa method
This commit is contained in:
@@ -36,7 +36,11 @@ namespace OpenWifi {
|
||||
|
||||
std::cout << "DoPut..." << std::endl;
|
||||
|
||||
try {
|
||||
DBGLINE
|
||||
auto Body = ParseStream();
|
||||
DBGLINE
|
||||
|
||||
SecurityObjects::SubMfaConfig MFC;
|
||||
|
||||
DBGLINE
|
||||
@@ -119,6 +123,10 @@ namespace OpenWifi {
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (const Poco::Exception &E) {
|
||||
DBGLINE
|
||||
Logger_.log(E);
|
||||
}
|
||||
DBGLINE
|
||||
return BadRequest(RESTAPI::Errors::MissingOrInvalidParameters);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user