Fixing submfa method

This commit is contained in:
stephb9959
2021-12-08 15:47:43 -08:00
parent f8407f7b7c
commit 2be40d5d17
3 changed files with 6 additions and 2 deletions

View File

@@ -32,6 +32,9 @@ namespace OpenWifi {
}
void RESTAPI_submfa_handler::DoPut() {
std::cout << "DoPut..." << std::endl;
auto Body = ParseStream();
SecurityObjects::SubMfaConfig MFC;