Refactoring project layout

This commit is contained in:
stephb9959
2021-10-21 21:52:39 -07:00
parent 0f26f359dd
commit c577a4d23a
82 changed files with 5198 additions and 4202 deletions

View File

@@ -5,7 +5,6 @@
#include "Poco/URI.h"
#include "../framework/RESTAPI_system_command.h"
#include "RESTAPI_user_handler.h"
#include "RESTAPI_users_handler.h"
#include "RESTAPI_action_links.h"
@@ -13,7 +12,7 @@
#include "RESTAPI_InternalServer.h"
#include "RESTAPI_sms_handler.h"
#include "../framework/Utils.h"
#include "framework/MicroService.h"
namespace OpenWifi {
@@ -59,7 +58,7 @@ namespace OpenWifi {
}
void RESTAPI_InternalServer::reinitialize(Poco::Util::Application &self) {
Daemon()->LoadConfigurationFile();
MicroService::instance().LoadConfigurationFile();
Logger_.information("Reinitializing.");
Stop();
Start();