From 4fe8aeb496ec964473a74bf552c0c08bd728f3ce Mon Sep 17 00:00:00 2001 From: farcasclaudiu Date: Tue, 13 Sep 2022 11:23:38 +0300 Subject: [PATCH] remove https redir --- MartianRobots.Web/Server/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/MartianRobots.Web/Server/Program.cs b/MartianRobots.Web/Server/Program.cs index de6bdcf..7c9cbb4 100644 --- a/MartianRobots.Web/Server/Program.cs +++ b/MartianRobots.Web/Server/Program.cs @@ -42,6 +42,4 @@ app.MapRazorPages(); app.MapControllers(); app.MapFallbackToFile("index.html"); -app.UseHttpsRedirection(); - app.Run();