Disable HTTPS redirection.

This commit is contained in:
2025-07-26 18:00:30 +01:00
parent cca4af8d6d
commit 72b2eed55c

View File

@@ -33,8 +33,6 @@ if(!app.Environment.IsDevelopment())
app.UseHsts();
}
app.UseHttpsRedirection();
app.UseAntiforgery();
app.MapStaticAssets();