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

@@ -14,7 +14,7 @@
namespace OpenWifi {
void RESTAPI_email_handler::DoPost() {
auto Obj = ParseStream();
const auto & Obj = ParsedBody_;
if (Obj->has("subject") &&
Obj->has("from") &&
Obj->has("text") &&