stephb9959
2023-02-21 13:34:41 -08:00
parent bf6f5389d7
commit ac6780d094
165 changed files with 16172 additions and 16329 deletions

View File

@@ -4,12 +4,12 @@
#include "RESTAPI_managementPolicy_list_handler.h"
#include "RESTAPI/RESTAPI_db_helpers.h"
#include "RESTObjects/RESTAPI_ProvObjects.h"
#include "StorageService.h"
#include "RESTAPI/RESTAPI_db_helpers.h"
namespace OpenWifi{
void RESTAPI_managementPolicy_list_handler::DoGet() {
return ListHandler<PolicyDB>("managementPolicies", DB_, *this);
}
}
namespace OpenWifi {
void RESTAPI_managementPolicy_list_handler::DoGet() {
return ListHandler<PolicyDB>("managementPolicies", DB_, *this);
}
} // namespace OpenWifi