|
|
@ -1,7 +1,7 @@ |
|
|
|
#include "app_core.hpp"
|
|
|
|
|
|
|
|
#include "baseservice/baseservice.hpp"
|
|
|
|
#include "baseservice/debugpage/debugpage.hpp"
|
|
|
|
#include "baseservice/app_http_server/app_http_server.hpp"
|
|
|
|
#include "service/audit_mgr_service.hpp"
|
|
|
|
#include "service/debug_page_test_service.hpp"
|
|
|
|
#include "service/device_info_mgr_service.hpp"
|
|
|
@ -118,7 +118,7 @@ void AppCore::initialize() { |
|
|
|
installEcodeInfo(); |
|
|
|
// FrontEnd
|
|
|
|
BUILD_AND_REG_SERRVICE(IflytopFrontEndService); |
|
|
|
BUILD_AND_REG_SERRVICE(DebugPage); |
|
|
|
BUILD_AND_REG_SERRVICE(AppHttpServer); |
|
|
|
|
|
|
|
// Data
|
|
|
|
ProjectPort::ins().initialize(); |
|
|
|