mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
修复了已知的bug
This commit is contained in:
17
Serein.Proto.HttpApi/WebApiServer.cs
Normal file
17
Serein.Proto.HttpApi/WebApiServer.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user