Compare commits

..

No commits in common. "05e3989ffb41cbf7ec2a08a57167a8c3b5741a0b" and "6763cd54545c2cf0fb7abafd339d8ac34fda16aa" 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);