Files
Server/OwnChar.Server/Api/Endpoint/IApiEndpoint.cs
Schedel Pascal 82485da5d2 uff, lot of work
2024-08-02 11:47:33 +02:00

7 lines
121 B
C#

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