A well-done gateway

This commit is contained in:
2025-07-15 19:22:31 +08:00
parent 21b42b5b21
commit 3310487aba
5 changed files with 130 additions and 14 deletions

View File

@@ -8,8 +8,7 @@ builder.Services.AddControllers();
var app = builder.Build();
// app.UseHttpsRedirection();
app.MapControllers();
app.MapReverseProxy();
app.Run();