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();