diff --git a/MidrandBookshop/Program.cs b/MidrandBookshop/Program.cs index 9a1dac3..784f735 100644 --- a/MidrandBookshop/Program.cs +++ b/MidrandBookshop/Program.cs @@ -18,7 +18,7 @@ if (!app.Environment.IsDevelopment()) } app.UseForwardedHeaders(); -app.UseHttpsRedirection(); +//app.UseHttpsRedirection(); app.UseStatusCodePagesWithReExecute("/not-found", createScopeForStatusCodePages: true); app.UseHealthChecks("/health", new HealthCheckOptions