Remove https redirection middleware

This commit is contained in:
Laura Hausmann 2023-04-09 16:01:12 +02:00
parent dcbd56388b
commit e6158a5cea
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

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