Refactoring project layout

This commit is contained in:
stephb9959
2021-10-21 21:58:08 -07:00
parent b8ff262e01
commit 35bc0d8a5c
3 changed files with 3 additions and 3 deletions

View File

@@ -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{