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', name: 'filter',
in: 'query', in: 'query',
description: 'filter items', description: 'filter items',
schema: { content: {
type: 'object', 'application/json': {
schema: {
type: 'object',
},
},
}, },
}, },
sort: { sort: {