Skip to content

Commit

Permalink
fix(authentication): get teams params registered as url
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Mar 17, 2023
1 parent 9dc016d commit 9cde224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/authentication/src/admin/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class TeamsAdmin {
{
path: '/teams',
action: ConduitRouteActions.GET,
urlParams: {
queryParams: {
skip: ConduitNumber.Optional,
limit: ConduitNumber.Optional,
sort: ConduitString.Optional,
Expand Down

0 comments on commit 9cde224

Please sign in to comment.