From 2766b3489d6e055ccc940b04e27eae59626a7f12 Mon Sep 17 00:00:00 2001 From: SEAN-59 Date: Wed, 18 Jun 2025 10:39:34 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=90=9B]=20=EB=A1=9C=EC=BB=AC=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 63a31b4..8e993c1 100644 --- a/Program.cs +++ b/Program.cs @@ -211,7 +211,7 @@ else } // 로컬 테스트 위한 부분 (올릴떄는 켜두기) -// app.UseHttpsRedirection(); +app.UseHttpsRedirection(); // 헤더 미들웨어 부분 app.UseMiddleware -- 2.45.1