Skip to content

Commit

Permalink
Update EntityQueryEndpointBase.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Mar 24, 2024
1 parent 5191013 commit a943834
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ protected virtual void MapGroup(RouteGroupBuilder group)
.WithName($"Get{EntityName}List")
.WithSummary("Get entities by query")
.WithDescription("Get entities by query");

group
.MapPost("query", PostSelectQuery)
.Produces<IReadOnlyCollection<TListModel>>()
Expand Down

0 comments on commit a943834

Please sign in to comment.