diff --git a/Program.cs b/Program.cs index 3637a7d..d44c67c 100644 --- a/Program.cs +++ b/Program.cs @@ -88,7 +88,8 @@ builder.Services.AddCors(option => }); }); - +// 로컬 테스트 위한 부분 +builder.WebHost.UseUrls("http://0.0.0.0:5144"); ///// ===== builder 설정 부 ===== ///// var app = builder.Build(); @@ -106,8 +107,9 @@ else app.UseHsts(); } +// 로컬 테스트 위한 부분 -app.UseHttpsRedirection(); +// app.UseHttpsRedirection(); app.UseRouting(); // app.MapControllers();