Skip to content

Commit

Permalink
Merge pull request #19 from kode-krew/develop
Browse files Browse the repository at this point in the history
Test deploy
  • Loading branch information
youngxdev authored May 15, 2024
2 parents d69df12 + f3744ab commit 481c250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/user/user.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class UserController {
@Patch()
@UseGuards(AuthGuard('jwt'))
@ApiBearerAuth()
@ApiOperation({ summary: '유저 정보 수정', description: '' })
@ApiOperation({ summary: '유저 정보 수정', description: ' ' })
@ApiResponse({
status: 200,
description: 'OK',
Expand Down Expand Up @@ -212,7 +212,7 @@ export class UserController {

@Get('/test')
@UseGuards(AuthGuard('jwt'))
@ApiBearerAuth()
@ApiBearerAuth()
@ApiOperation({ summary: '유저 테스트 리스트 정보 조회', description: '' })
@ApiResponse({
status: 200,
Expand Down

0 comments on commit 481c250

Please sign in to comment.