mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-30 02:12:32 +00:00
Adding preferences.
This commit is contained in:
@@ -11,6 +11,7 @@ namespace OpenWifi {
|
||||
SecurityObjects::Preferences P;
|
||||
Poco::JSON::Object Answer;
|
||||
StorageService()->GetPreferences(UserInfo_.userinfo.Id, P);
|
||||
std::cout << "SIZE: " << P.data.size() << std::endl;
|
||||
P.to_json(Answer);
|
||||
ReturnObject(Answer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user