mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-10-31 02:27:52 +00:00 
			
		
		
		
	Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
		| @@ -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 | ||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959