mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-11-02 19:57:46 +00:00
New router and simplifiedrest handler
This commit is contained in:
@@ -38,9 +38,7 @@ namespace uCentral {
|
||||
Types::SubSystemVec{
|
||||
Storage(),
|
||||
RESTAPI_Server(),
|
||||
KafkaManager(),
|
||||
SMTPMailerService(),
|
||||
ALBHealthCheckServer()
|
||||
SMTPMailerService()
|
||||
});
|
||||
}
|
||||
return instance_;
|
||||
@@ -49,7 +47,6 @@ namespace uCentral {
|
||||
void Daemon::initialize(Poco::Util::Application &self) {
|
||||
MicroService::initialize(*this);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
Reference in New Issue
Block a user