mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
				synced 2025-11-04 04:37:45 +00:00 
			
		
		
		
	Refactoring project layout
This commit is contained in:
		@@ -3,13 +3,12 @@
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
#include "RESTAPI_systemEndpoints_handler.h"
 | 
			
		||||
#include "../Daemon.h"
 | 
			
		||||
#include "RESTObjects/RESTAPI_SecurityObjects.h"
 | 
			
		||||
 | 
			
		||||
namespace OpenWifi {
 | 
			
		||||
 | 
			
		||||
    void RESTAPI_systemEndpoints_handler::DoGet() {
 | 
			
		||||
        auto Services = Daemon()->GetServices();
 | 
			
		||||
        auto Services = MicroService::instance().GetServices();
 | 
			
		||||
        SecurityObjects::SystemEndpointList L;
 | 
			
		||||
        for(const auto &i:Services) {
 | 
			
		||||
            SecurityObjects::SystemEndpoint S{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user