Skip to content

Commit

Permalink
fix(): swagger doc format
Browse files Browse the repository at this point in the history
  • Loading branch information
Diluka committed Mar 26, 2019
1 parent afe21e1 commit 9cb3331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decorators/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export function setSwaggerQueryGetMany(func: Function, name: string) {
},
{
name: 'per_page',
description: `Alias for limit`,
description: `<h4>Alias for <code>limit</code></h4>`,
required: false,
in: 'query',
type: Number,
Expand Down

0 comments on commit 9cb3331

Please sign in to comment.