From 8f01f57c9172c98e8f938395ae56528bd00bc33d Mon Sep 17 00:00:00 2001 From: "Seonkyu.kim" Date: Mon, 19 May 2025 16:40:26 +0900 Subject: [PATCH] =?UTF-8?q?[=E2=99=BB=EF=B8=8F]=20=EA=B0=9C=EB=B0=9C?= =?UTF-8?q?=EA=B8=B0=20FRONT=20=EA=B2=80=EC=A6=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index c80148c..df27b1a 100644 --- a/Program.cs +++ b/Program.cs @@ -163,6 +163,7 @@ builder.Logging.ClearProviders(); builder.Logging.AddConsole(); if (builder.Environment.IsDevelopment()) { builder.Logging.SetMinimumLevel(LogLevel.Trace); + builder.WebHost.UseUrls("http://0.0.0.0:7004"); } else {