chore 移除容器healthchek
This commit is contained in:
@ -19,7 +19,6 @@ public class Program
|
||||
var app = await ApplicationBuilderHelper
|
||||
.BuildApplicationAsync<KonSoftAuthServerModule>(args);
|
||||
await app.InitializeApplicationAsync();
|
||||
app.MapGet("/heath", () => "Online");
|
||||
await app.RunAsync();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user