Remove https redirection middleware

This commit is contained in:
Laura Hausmann 2023-04-09 16:00:58 +02:00
parent 2f8cc8f624
commit 65e946f61b
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -28,7 +28,6 @@ var app = builder.Build();
if (!app.Environment.IsDevelopment())
app.UseExceptionHandler("/Error");
app.UseHttpsRedirection();
app.UseStaticFiles();
app.UseRouting();