mirror of
https://github.com/snltty/linker.git
synced 2025-10-06 01:26:54 +08:00
13 lines
215 B
C#
13 lines
215 B
C#
using linker.libs.web;
|
|
|
|
namespace linker.messenger.api
|
|
{
|
|
/// <summary>
|
|
/// 本地web管理端服务器
|
|
/// </summary>
|
|
public sealed class WebServer : libs.web.WebServer, IWebServer
|
|
{
|
|
}
|
|
|
|
}
|