Cleaned up the startup sequence.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Moonlight.ApiServer.Interfaces.Startup;
|
||||
|
||||
public interface IEndpointStartup
|
||||
{
|
||||
public Task ConfigureEndpoints(IEndpointRouteBuilder routeBuilder);
|
||||
}
|
||||
Reference in New Issue
Block a user