push my ork
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using OwnChar.Api.Packets;
|
||||
|
||||
namespace OwnChar.Server.Api.Endpoint;
|
||||
namespace OwnChar.Server.Api.Endpoint;
|
||||
|
||||
public interface IApiBuilder
|
||||
{
|
||||
void MapRequest(string pattern, Delegate action);
|
||||
public IReadOnlyDictionary<ApiMapInfo, Delegate> Handlers { get; }
|
||||
|
||||
void Map(string path, Delegate action);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user