From 197e2007ce197ac81c3513b05e44d22c13d713a4 Mon Sep 17 00:00:00 2001 From: "Seonkyu.kim" Date: Tue, 20 May 2025 09:56:21 +0900 Subject: [PATCH] =?UTF-8?q?[=E2=99=BB=EF=B8=8F]=20=EA=B0=9C=EB=B0=9C=20FRO?= =?UTF-8?q?NT=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= 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 3ec6062..0206c6f 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); -- 2.45.1