[👷] DEV 서버 올리기 위한 수정 작업
This commit is contained in:
parent
0e2452207c
commit
b5021eaaa4
|
@ -113,8 +113,9 @@ else
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 로컬 테스트 위한 부분
|
// 로컬 테스트 위한 부분 (올릴때는 꺼두기)
|
||||||
builder.WebHost.UseUrls("http://0.0.0.0:5144");
|
// builder.WebHost.UseUrls("http://0.0.0.0:5144");
|
||||||
|
|
||||||
///// ===== builder 설정 부 ===== /////
|
///// ===== builder 설정 부 ===== /////
|
||||||
|
|
||||||
var app = builder.Build();
|
var app = builder.Build();
|
||||||
|
@ -132,8 +133,8 @@ else
|
||||||
app.UseHsts();
|
app.UseHsts();
|
||||||
}
|
}
|
||||||
|
|
||||||
// 로컬 테스트 위한 부분
|
// 로컬 테스트 위한 부분 (올릴떄는 켜두기)
|
||||||
// app.UseHttpsRedirection();
|
app.UseHttpsRedirection();
|
||||||
|
|
||||||
app.UseRouting();
|
app.UseRouting();
|
||||||
// app.MapControllers();
|
// app.MapControllers();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user