Files
Server/OwnChar.Server/Api/Endpoint/IApiEndpoint.cs
2024-07-18 14:44:29 +02:00

7 lines
124 B
C#

namespace OwnChar.ServerNew.Api.Endpoint;
internal interface IApiEndpoint
{
void Initialize(IApiBuilder builder);
}