feature/ci-cd #1

Merged
homeburger merged 53 commits from feature/ci-cd into main 2026-02-28 23:04:37 -06:00
Showing only changes of commit 90739763ce - Show all commits

View File

@@ -15,13 +15,14 @@ builder.Services.AddOpenApi();
var app = builder.Build(); var app = builder.Build();
app.UseForwardedHeaders();
// Configure the HTTP request pipeline. // Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment()) if (app.Environment.IsDevelopment())
{ {
app.MapOpenApi(); app.MapOpenApi();
} }
app.UseForwardedHeaders();
app.UseHttpsRedirection(); app.UseHttpsRedirection();
var summaries = new[] var summaries = new[]