Framework update.

This commit is contained in:
stephb9959
2022-05-06 09:35:20 -07:00
parent 8076467b20
commit 5fbad76c83
13 changed files with 50 additions and 62 deletions

View File

@@ -37,7 +37,7 @@ namespace OpenWifi {
void RESTAPI_submfa_handler::DoPut() {
try {
auto Body = ParseStream();
const auto & Body = ParsedBody_;
SecurityObjects::SubMfaConfig MFC;