Skip to content

Commit c9b61f9

Browse files
Added system monitor component
1 parent 1a1449e commit c9b61f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ton-http-api/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ int main(int argc, char* argv[]) {
1212

1313
auto component_list = userver::components::MinimalServerComponentList();
1414
component_list.Append<ton_http::core::TonlibComponent>();
15+
component_list.Append<userver::server::handlers::ServerMonitor>();
1516
component_list.Append<ton_http::handlers::ApiV2Handler>();
1617
return userver::utils::DaemonMain(argc, argv, component_list);
1718
}

0 commit comments

Comments
 (0)