mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-29 18:02:29 +00:00
Moving Avatars into ORM
This commit is contained in:
@@ -67,6 +67,7 @@ namespace OpenWifi {
|
||||
if (!StorageService()->AvatarDB().GetAvatar(UserInfo_.userinfo.email, Id, TempAvatar, Type, Name)) {
|
||||
return NotFound();
|
||||
}
|
||||
std::cout << "Sending avatar" << std::endl;
|
||||
SendFile(TempAvatar, Type, Name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user