Skip to content

Commit

Permalink
#fix: thuanvv fix fastify schema classes api
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvanthuan committed Jan 22, 2025
1 parent ee671c6 commit e410e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/routes/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default async function classRoutes(fastify: FastifyRouteInstance) {
type: 'object',
properties: {
id: { type: 'integer' },
title: { type: 'string' },
name: { type: 'string' },
order: { type: 'integer' },
},
},
Expand Down

0 comments on commit e410e3c

Please sign in to comment.