diff --git a/Program.cs b/Program.cs index a816a30..d778f28 100644 --- a/Program.cs +++ b/Program.cs @@ -30,6 +30,8 @@ app.UseAuthorization(); app.MapControllers(); +app.UseHttpsRedirection(); + if (BufferFill.FillBuffer("b")) { app.Run();