fix test error
This commit is contained in:
parent
c040322d96
commit
8c1f7e7cbc
@ -27,7 +27,7 @@ namespace worckspaces
|
|||||||
auto main(int argc, char* args[]) -> int
|
auto main(int argc, char* args[]) -> int
|
||||||
{
|
{
|
||||||
trs::http app;
|
trs::http app;
|
||||||
app.init("app_connection", "log_connection");
|
app.init("test service", "app_connection", "log_connection");
|
||||||
app.registration("healthcheck", worckspaces::inspector, worckspaces::provider);
|
app.registration("healthcheck", worckspaces::inspector, worckspaces::provider);
|
||||||
app.run();
|
app.run();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user