userver: samples/hello_service/main.cpp
Loading...
Searching...
No Matches
samples/hello_service/main.cpp
// Note: this is for the purposes of tests/samples only
#include <hello_handler.hpp>
int main(int argc, char* argv[]) {
.Append<samples::hello::HelloHandler>();
return utils::DaemonMain(argc, argv, component_list);
}