Skip to content

Commit

Permalink
fix: describe of outputFormats route
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Jan 22, 2024
1 parent 55b2dcd commit 7995af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/src/v1/outputFormats.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export default function outputFormats(fastify) {
method: ['GET', 'POST'],
handler: getFormats,
schema: {
summary: 'List of input formats',
description: 'Get the list of all the allowed input formats',
summary: 'List of output formats',
description: 'Get the list of all the allowed output formats',
},
});
}
Expand Down

0 comments on commit 7995af5

Please sign in to comment.