6 lines
160 B
C#
6 lines
160 B
C#
namespace Moonlight.ApiServer.Interfaces.Startup;
|
|
|
|
public interface IEndpointStartup
|
|
{
|
|
public Task ConfigureEndpoints(IEndpointRouteBuilder routeBuilder);
|
|
} |