|
|
@ -75,7 +75,7 @@ namespace Apewer.Web |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>启动 Mini 服务器,返回错误消息。</summary>
|
|
|
|
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); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|