Skip to content

Commit

Permalink
ci: 개발 서버 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
son-daehyeon authored Jul 17, 2024
1 parent 6ceeca4 commit dad4f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class AuthController {

@Post()
@HttpCode(200)
@ApiOperation({ summary: '로그인 테스트 !!' })
@ApiOperation({ summary: '로그인' })
@ApiProperty({ type: LoginRequest })
@ApiCustomResponse({ type: LoginResponse, status: 200 })
@ApiCustomErrorResponseDecorator([
Expand Down

0 comments on commit dad4f75

Please sign in to comment.