fix 修复网关失效问题

This commit is contained in:
2025-10-22 20:56:02 +08:00
parent 6573602530
commit e79925f402
5 changed files with 23 additions and 10 deletions

View File

@ -22,6 +22,7 @@ try
await builder.AddApplicationAsync<InternalGatewayModule>();
var app = builder.Build();
await app.InitializeApplicationAsync();
app.MapReverseProxy();
await app.RunAsync();
return 0;