We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1449e commit c9b61f9Copy full SHA for c9b61f9
ton-http-api/main.cpp
@@ -12,6 +12,7 @@ int main(int argc, char* argv[]) {
12
13
auto component_list = userver::components::MinimalServerComponentList();
14
component_list.Append<ton_http::core::TonlibComponent>();
15
+ component_list.Append<userver::server::handlers::ServerMonitor>();
16
component_list.Append<ton_http::handlers::ApiV2Handler>();
17
return userver::utils::DaemonMain(argc, argv, component_list);
18
}
0 commit comments