fix: swagger filter params

This commit is contained in:
ChengLei Shao 2023-08-25 10:26:49 +08:00
parent e596025bd4
commit 3d9a6ef76f

View File

@ -44,8 +44,12 @@ export default (collection: Collection) => {
name: 'filter',
in: 'query',
description: 'filter items',
schema: {
type: 'object',
content: {
'application/json': {
schema: {
type: 'object',
},
},
},
},
sort: {