chore: 优化代码
This commit is contained in:
@ -13,6 +13,7 @@ try
|
||||
var app = await ApplicationBuilderHelper
|
||||
.BuildApplicationAsync<AdminHttpApiHostModule>(args);
|
||||
await app.InitializeApplicationAsync();
|
||||
app.MapGet("/heath", () => "Online");
|
||||
await app.RunAsync();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user