Adding avatars and preferences for subs.

This commit is contained in:
stephb9959
2022-01-03 11:49:58 -08:00
parent 7b741048ff
commit 08a50db13c
11 changed files with 226 additions and 11 deletions

View File

@@ -16,6 +16,7 @@ namespace OpenWifi {
}
void RESTAPI_preferences::DoPut() {
SecurityObjects::Preferences P;
auto RawObject = ParseStream();