Merge pull request '[♻️] 개발기 FRONT 검증' (#38) 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/38
This commit is contained in:
김선규 2025-05-19 07:41:09 +00:00
commit 731132b517

View File

@ -163,6 +163,7 @@ 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
{