From af0d4a29ee89652d14d121fcee836dcb0ccfd348 Mon Sep 17 00:00:00 2001 From: RakVhalate Date: Sun, 29 Jan 2023 22:49:17 +1000 Subject: [PATCH] 228 --- Program.cs | 2 ++ 1 file changed, 2 insertions(+) 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();