From a7a38b4d74dd32200ecada7b3d63ec8212092a82 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Tue, 8 Jul 2025 16:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E7=AB=AF=E5=8F=A3=E7=BB=91?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host/JiShe.IoT.HttpApi.Host/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/JiShe.IoT.HttpApi.Host/Program.cs b/host/JiShe.IoT.HttpApi.Host/Program.cs index 385c0a1..942c3fe 100644 --- a/host/JiShe.IoT.HttpApi.Host/Program.cs +++ b/host/JiShe.IoT.HttpApi.Host/Program.cs @@ -26,7 +26,7 @@ public class Program }); await builder.AddApplicationAsync(); #if DEBUG - builder.WebHost.UseUrls($"http://+:10500"); + //builder.WebHost.UseUrls($"http://+:10500"); #endif var app = builder.Build(); await app.InitializeApplicationAsync();