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

@@ -19,7 +19,7 @@ namespace OpenWifi {
SecurityObjects::Preferences P;
auto RawObject = ParseStream();
const auto & RawObject = ParsedBody_;
if(!P.from_json(RawObject)) {
return BadRequest(RESTAPI::Errors::InvalidJSONDocument);
}