begin new and last rework
This commit is contained in:
6
OwnChar.Server/Api/Endpoint/IApiBuilder.cs
Normal file
6
OwnChar.Server/Api/Endpoint/IApiBuilder.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace OwnChar.ServerNew.Api.Endpoint;
|
||||
|
||||
public interface IApiBuilder
|
||||
{
|
||||
void Map(string path, Delegate action);
|
||||
}
|
||||
Reference in New Issue
Block a user