mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2026-03-20 03:41:02 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
namespace OpenWifi {
|
||||
|
||||
void RESTAPI_scripts_handler::DoGet() {
|
||||
GWObjects::ScriptEntryList L;
|
||||
GWObjects::ScriptEntryList L;
|
||||
|
||||
StorageService()->ScriptDB().GetRecords(QB_.Offset,QB_.Limit,L.scripts);
|
||||
Poco::JSON::Object Answer;
|
||||
StorageService()->ScriptDB().GetRecords(QB_.Offset, QB_.Limit, L.scripts);
|
||||
Poco::JSON::Object Answer;
|
||||
L.to_json(Answer);
|
||||
return ReturnObject(Answer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user