Compare commits
No commits in common. "3062572e52cb79131dca6802eb2d46954f1124dd" and "24d2ebe466e92a3c2579cd1ca051873180c2d3c8" have entirely different histories.
3062572e52
...
24d2ebe466
|
@ -26,7 +26,7 @@ using Back.Program.Services.V1.Interfaces;
|
||||||
|
|
||||||
Boolean isLocal = false;
|
Boolean isLocal = false;
|
||||||
// 로컬 테스트 할 때는 이거 키고 아니면 끄기
|
// 로컬 테스트 할 때는 이거 키고 아니면 끄기
|
||||||
// isLocal = true;
|
isLocal = true;
|
||||||
|
|
||||||
var builder = WebApplication.CreateBuilder(args);
|
var builder = WebApplication.CreateBuilder(args);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user