mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-10-31 02:27:52 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			300 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			300 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| //
 | |
| // Created by stephane bourque on 2022-02-23.
 | |
| //
 | |
| 
 | |
| #include "RESTAPI_variables_list_handler.h"
 | |
| #include "RESTAPI/RESTAPI_db_helpers.h"
 | |
| 
 | |
| namespace OpenWifi {
 | |
| 
 | |
| 	void RESTAPI_variables_list_handler::DoGet() {
 | |
| 		return ListHandler<VariablesDB>("variableBlocks", DB_, *this);
 | |
| 	}
 | |
| 
 | |
| } // namespace OpenWifi
 | 
