main #27

Merged
seonkyu.kim merged 8 commits from seonkyu.kim/AcaMate_API:main into debug 2025-02-25 08:40:34 +00:00
Showing only changes of commit 71c93ed185 - Show all commits

View File

@ -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();