Skip to content

Commit

Permalink
fix: changed search parameter
Browse files Browse the repository at this point in the history
Signed-off-by: tipusinghaw <[email protected]>
  • Loading branch information
tipusinghaw committed Oct 30, 2023
1 parent 61497ee commit d28bf6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/api-gateway/src/ecosystem/ecosystem.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ export class EcosystemController {
required: false
})
@ApiQuery({
name: 'pageSize',
type: Number,
name: 'search',
type: String,
required: false
})
@ApiQuery({
name: 'search',
type: String,
name: 'pageSize',
type: Number,
required: false
})
async getAllEcosystemSchemas(
Expand Down

0 comments on commit d28bf6d

Please sign in to comment.