remove https redir

This commit is contained in:
2022-09-13 11:23:38 +03:00
parent abd0d689ab
commit 4fe8aeb496
-2
View File
@@ -42,6 +42,4 @@ app.MapRazorPages();
app.MapControllers();
app.MapFallbackToFile("index.html");
app.UseHttpsRedirection();
app.Run();