From c15813804db6449ea70a4494eafe431251b5f47a Mon Sep 17 00:00:00 2001 From: SEAN-59 Date: Tue, 17 Jun 2025 16:39:55 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=93=9D]=20=EB=A1=9C=EC=BB=AC=20=EB=B3=80?= =?UTF-8?q?=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 2a42e29..63a31b4 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);