Skip to content

Commit

Permalink
๐Ÿ“ Docs: ์ฃผ์„ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
'๋ฌธ์„œ'์—์„œ 'ํƒœ๊ทธ'๋กœ ์ˆ˜์ •

#
  • Loading branch information
ks1ksi committed Sep 5, 2023
1 parent 3f924b4 commit 4eac678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tag/tag.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ export class TagController {
name: 'limit',
required: false,
type: Number,
description: 'ํ•œ ๋ฒˆ์— ๋ฐ›์„ ๋ฌธ์„œ์˜ ๊ฐœ์ˆ˜. ์ตœ๋Œ€ 20๊ฐœ๊นŒ์ง€ ๊ฐ€๋Šฅ. ๊ธฐ๋ณธ๊ฐ’์€ 20.',
description: 'ํ•œ ๋ฒˆ์— ๋ฐ›์„ ํƒœ๊ทธ์˜ ๊ฐœ์ˆ˜. ์ตœ๋Œ€ 20๊ฐœ๊นŒ์ง€ ๊ฐ€๋Šฅ. ๊ธฐ๋ณธ๊ฐ’์€ 20.',
})
@ApiQuery({
name: 'offset',
required: false,
type: Number,
description: '๋ช‡ ๋ฒˆ์งธ ๋ฌธ์„œ๋ถ€ํ„ฐ ๊ฒ€์ƒ‰ ๊ฒฐ๊ณผ์— ํฌํ•จํ• ์ง€. ๊ธฐ๋ณธ๊ฐ’์€ 0.',
description: '๋ช‡ ๋ฒˆ์งธ ํƒœ๊ทธ๋ถ€ํ„ฐ ๊ฒ€์ƒ‰ ๊ฒฐ๊ณผ์— ํฌํ•จํ• ์ง€. ๊ธฐ๋ณธ๊ฐ’์€ 0.',
})
async getTags(
@GetUid() uid: string,
Expand Down

0 comments on commit 4eac678

Please sign in to comment.