Merge pull request 'Removed UseHttpsRedirection' (#89) from cart into main

Reviewed-on: #89
This commit was merged in pull request #89.
This commit is contained in:
2026-06-15 17:12:12 +02:00
+1 -1
View File
@@ -18,7 +18,7 @@ if (!app.Environment.IsDevelopment())
} }
app.UseForwardedHeaders(); app.UseForwardedHeaders();
app.UseHttpsRedirection(); //app.UseHttpsRedirection();
app.UseStatusCodePagesWithReExecute("/not-found", createScopeForStatusCodePages: true); app.UseStatusCodePagesWithReExecute("/not-found", createScopeForStatusCodePages: true);
app.UseHealthChecks("/health", new HealthCheckOptions app.UseHealthChecks("/health", new HealthCheckOptions