mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-21 04:05:51 +00:00
feat: Integrate new webserver (#1722)
For #919. The new web server is not using dosguard yet. It will be fixed by a separate PR.
This commit is contained in:
@@ -44,7 +44,8 @@ try {
|
||||
}
|
||||
util::LogService::init(config);
|
||||
app::ClioApplication clio{config};
|
||||
return clio.run();
|
||||
|
||||
return clio.run(run.useNgWebServer);
|
||||
}
|
||||
);
|
||||
} catch (std::exception const& e) {
|
||||
|
||||
Reference in New Issue
Block a user