mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-01 11:07:46 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
|
||||
#include "RESTAPI_configurations_list_handler.h"
|
||||
|
||||
#include "RESTAPI_db_helpers.h"
|
||||
#include "RESTObjects/RESTAPI_ProvObjects.h"
|
||||
#include "StorageService.h"
|
||||
#include "RESTAPI_db_helpers.h"
|
||||
|
||||
namespace OpenWifi{
|
||||
void RESTAPI_configurations_list_handler::DoGet() {
|
||||
return ListHandler<ConfigurationDB>("configurations", DB_, *this);
|
||||
}
|
||||
}
|
||||
namespace OpenWifi {
|
||||
void RESTAPI_configurations_list_handler::DoGet() {
|
||||
return ListHandler<ConfigurationDB>("configurations", DB_, *this);
|
||||
}
|
||||
} // namespace OpenWifi
|
||||
Reference in New Issue
Block a user