cart #87

Merged
khwezi merged 3 commits from cart into main 2026-06-15 00:45:47 +02:00
Showing only changes of commit 160c23ab8b - Show all commits
-9
View File
@@ -27,15 +27,6 @@ app.UseHealthChecks("/health", new HealthCheckOptions
});
app.MapStaticAssets();
app.Use((context, next) =>
{
if (context.Request.Host.Value!.Contains("midrandbooks.co.za", StringComparison.OrdinalIgnoreCase))
context.Request.Scheme = "https";
return next();
});
app.UseCookiePolicy();
app.UseAuthentication();