Skip to content

Commit

Permalink
#fix: thuanvv fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvanthuan committed Jan 23, 2025
1 parent e410e3c commit 35b197a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/routes/documents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default async function documentRoutes(fastify: FastifyRouteInstance) {
type: 'object',
properties: {
language: { type: 'string', description: 'Language code (e.g., vi, en, etc.)' },
id: { type: 'string', description: 'ID of records' }
id: { type: 'number', description: 'ID of records' }
},
required: ['language', 'id'],
},
Expand Down

0 comments on commit 35b197a

Please sign in to comment.