From b0a009c0f52784858b2fcc4a4b99afdeaedca0a4 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Mon, 23 Mar 2026 10:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E8=BF=98=E5=8E=9F?= 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 262203b..2dfccae 100644 --- a/host/JiShe.IoT.HttpApi.Host/Program.cs +++ b/host/JiShe.IoT.HttpApi.Host/Program.cs @@ -47,7 +47,7 @@ public class Program //options.Limits.MaxConcurrentConnections = 1000;//限制并发连接数,默认无限制 }); - builder.WebHost.UseUrls($"http://+:20500"); + builder.WebHost.UseUrls($"http://+:10500"); var app = builder.Build(); await app.InitializeApplicationAsync(); await app.RunAsync();