From 71c93ed1851f16a09080c9c6bfebd95aecb7aff5 Mon Sep 17 00:00:00 2001 From: Seonkyu_Kim Date: Tue, 25 Feb 2025 17:38:30 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=91=B7]=20DEV=20=EC=84=9C=EB=B2=84=20?= =?UTF-8?q?=EC=98=AC=EB=A6=AC=EA=B8=B0=20=EC=9C=84=ED=95=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EC=9E=91=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Program.cs b/Program.cs index 2f460d4..3b7eed2 100644 --- a/Program.cs +++ b/Program.cs @@ -113,8 +113,9 @@ else -// 로컬 테스트 위한 부분 -builder.WebHost.UseUrls("http://0.0.0.0:5144"); +// 로컬 테스트 위한 부분 (올릴때는 꺼두기) +// builder.WebHost.UseUrls("http://0.0.0.0:5144"); + ///// ===== builder 설정 부 ===== ///// var app = builder.Build(); @@ -132,8 +133,8 @@ else app.UseHsts(); } -// 로컬 테스트 위한 부분 -// app.UseHttpsRedirection(); +// 로컬 테스트 위한 부분 (올릴떄는 켜두기) +app.UseHttpsRedirection(); app.UseRouting(); // app.MapControllers();