chore 移除容器healthchek

This commit is contained in:
2025-11-01 23:33:34 +08:00
parent 3cc7d2b85d
commit f7ee31355f
4 changed files with 141 additions and 20 deletions

View File

@ -13,7 +13,6 @@ try
var app = await ApplicationBuilderHelper
.BuildApplicationAsync<AdminHttpApiHostModule>(args);
await app.InitializeApplicationAsync();
app.MapGet("/heath", () => "Online");
await app.RunAsync();
return 0;