mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-01 02:58:00 +00:00
Finishing DB refactor.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "RESTObjects/RESTAPI_ProvObjects.h"
|
||||
#include "StorageService.h"
|
||||
#include "Poco/JSON/Parser.h"
|
||||
#include "Daemon.h"
|
||||
#include "Poco/StringTokenizer.h"
|
||||
#include "framework/RESTAPI_errors.h"
|
||||
#include "RESTAPI/RESTAPI_db_helpers.h"
|
||||
@@ -44,7 +43,7 @@ namespace OpenWifi{
|
||||
}
|
||||
|
||||
if(QB_.AdditionalInfo)
|
||||
AddManagementRoleExtendedInfo(Existing,Answer);
|
||||
AddExtendedInfo(Existing,Answer);
|
||||
Existing.to_json(Answer);
|
||||
ReturnObject(Answer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user