bro what did I change
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 4s
Build and Deploy Frontend / build-and-deploy (push) Successful in 4s

This commit is contained in:
2026-02-28 20:01:59 -06:00
parent 6fd5abcaa9
commit 90739763ce

View File

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