✨ A well-done gateway
This commit is contained in:
@@ -8,8 +8,7 @@ builder.Services.AddControllers();
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
// app.UseHttpsRedirection();
|
||||
|
||||
app.MapControllers();
|
||||
app.MapReverseProxy();
|
||||
|
||||
app.Run();
|
||||
|
Reference in New Issue
Block a user