[👷🏻] 채팅(Base) 수정 6차 - 로컬에서 테스트가능하게 코드 추가

Signed-off-by: seonkyu.kim <sean.kk@daum.net>
This commit is contained in:
김선규 2025-02-18 01:16:17 +09:00
parent 4b7308f9d6
commit 9cdb486785

View File

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