New router and simplifiedrest handler

This commit is contained in:
stephb9959
2021-06-28 23:45:25 -07:00
parent 89f423b605
commit d15a1a3cc4
32 changed files with 772 additions and 273 deletions

View File

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