mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-02 15:50:47 +08:00
18 lines
282 B
C#
18 lines
282 B
C#
|
|
using Serein.Library;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Diagnostics;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Serein.Proto.HttpApi
|
|
{
|
|
|
|
/// <summary>
|
|
/// HTTP接口监听类
|
|
/// </summary>
|
|
public partial class WebApiServer
|
|
{
|
|
}
|
|
}
|