Framework update.

This commit is contained in:
stephb9959
2022-02-23 11:47:33 -08:00
parent 1b182f8076
commit 2f3e802cee
4 changed files with 12 additions and 3 deletions

View File

@@ -26,8 +26,8 @@ namespace OpenWifi {
ArrayObj.add(Obj);
}
}
Answer.set(RESTAPI::Protocol::USERS, ArrayObj);
}
Answer.set(RESTAPI::Protocol::USERS, ArrayObj);
return ReturnObject(Answer);
} else {
Poco::JSON::Array ArrayObj;