Update to latest packages and show examples
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace GerstITS.Examples.Api.Endpoints;
|
||||
|
||||
internal static partial class Endpoints
|
||||
{
|
||||
internal static RouteGroupBuilder MapEndpoints(this IEndpointRouteBuilder root)
|
||||
{
|
||||
return root.MapCustomerEndpoints()
|
||||
.MapCustomerNoteEndpoints();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user