From bc4658afcaab26debb864f742d65c3fd4adaf1c8 Mon Sep 17 00:00:00 2001 From: "Seonkyu.kim" Date: Wed, 28 May 2025 15:55:02 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=90=9B]=20=EC=84=9C=EB=B2=84=20=EC=8B=9C?= =?UTF-8?q?=EC=A0=90=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 58396cd..58404cd 100644 --- a/Program.cs +++ b/Program.cs @@ -26,7 +26,7 @@ using Back.Program.Services.V1.Interfaces; Boolean isLocal = false; // 로컬 테스트 할 때는 이거 키고 아니면 끄기 -isLocal = true; +// isLocal = true; var builder = WebApplication.CreateBuilder(args);