Skip to content

Commit

Permalink
πŸ”§ fix: login API λ©”μ†Œλ“œ GET -> POST λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 7, 2024
1 parent 9f3ff1d commit 33c45c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/src/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class AuthController {
}

@ApiOperation({ summary: '둜그인 API' })
@Get('/login')
@Post('/login')
loginWithCredentials(
@Body(ValidationPipe) authCredentialsDto: AuthCredentialsDto,
) {
Expand Down

0 comments on commit 33c45c7

Please sign in to comment.