chore: 优化代码

This commit is contained in:
2025-10-25 14:44:49 +08:00
parent a695a21bcb
commit ab8f120366
10 changed files with 4 additions and 48 deletions

View File

@ -23,6 +23,7 @@ try
var app = builder.Build();
await app.InitializeApplicationAsync();
app.MapReverseProxy();
app.MapGet("/heath", () => "Online");
await app.RunAsync();
return 0;