Merge pull request '[♻️] 개발기 Front 검증 2' (#39) from seonkyu.kim/AcaMate_API:main into debug
All checks were successful
Back/pipeline/head This commit looks good

Reviewed-on: https://git.ipstein.myds.me/AcaMate/AcaMate_API/pulls/39
This commit is contained in:
김선규 2025-05-19 08:01:10 +00:00
commit ddce0f5ae0

View File

@ -163,7 +163,6 @@ builder.Logging.ClearProviders();
builder.Logging.AddConsole();
if (builder.Environment.IsDevelopment()) {
builder.Logging.SetMinimumLevel(LogLevel.Trace);
builder.WebHost.UseUrls("http://0.0.0.0:7004");
}
else
{
@ -171,6 +170,9 @@ else
}
builder.WebHost.UseUrls("http://0.0.0.0:7004");
// 로컬 테스트 위한 부분 (올릴때는 꺼두기)
// builder.WebHost.UseUrls("http://0.0.0.0:5144");
@ -179,6 +181,7 @@ else
var app = builder.Build();
string staticRoot;
if (app.Environment.IsDevelopment())
{
// app.UseSwagger();