Refactor Card Model to manage endpoint routing
This commit is contained in:
6
SDG-Backend-Barracuda/Models/IEndpointRouteHandler.cs
Normal file
6
SDG-Backend-Barracuda/Models/IEndpointRouteHandler.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace SDG_Backend_Barracuda.Models;
|
||||
|
||||
public interface IEndpointRouteHandler
|
||||
{
|
||||
static abstract void MapEndpoints(IEndpointRouteBuilder routes);
|
||||
}
|
||||
Reference in New Issue
Block a user