Compare commits

..

No commits in common. "f216ec9866dafc0353d4eede86bbced18678cb14" and "c5f105ce8afe3050f6e024f84234aebd66c33785" have entirely different histories.

View File

@ -26,7 +26,7 @@ using Back.Program.Services.V1.Interfaces;
Boolean isLocal = false;
// 로컬 테스트 할 때는 이거 키고 아니면 끄기
// isLocal = true;
isLocal = true;
var builder = WebApplication.CreateBuilder(args);