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