From 69f58b11bab97cf06274d647d98db2391c37ab2f Mon Sep 17 00:00:00 2001 From: Elivo Date: Mon, 21 Jul 2025 13:48:01 +0800 Subject: [PATCH] =?UTF-8?q?Mini=EF=BC=8C=E4=BF=AE=E6=AD=A3=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1=E7=9A=84=E5=90=AF=E5=8A=A8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apewer.Web/Web/ApiProgram.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apewer.Web/Web/ApiProgram.cs b/Apewer.Web/Web/ApiProgram.cs index 88238d9..30691f0 100644 --- a/Apewer.Web/Web/ApiProgram.cs +++ b/Apewer.Web/Web/ApiProgram.cs @@ -75,7 +75,7 @@ namespace Apewer.Web } /// 启动 Mini 服务器,返回错误消息。 - public static string Mini(int port = 80, bool await = true) => Mini(new IPEndPoint(IPAddress.Any, port)); + public static string Mini(int port = 80, bool await = true) => Mini(new IPEndPoint(IPAddress.Any, port), await); }