[🐛] 서버 시점 변경

This commit is contained in:
김선규 2025-05-28 15:55:02 +09:00
parent bb4de76af0
commit bc4658afca

View File

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