Skip to content

Commit

Permalink
Merge pull request #132 from modern-agile-team/feature/search
Browse files Browse the repository at this point in the history
Test(hobiJeong/Auth): passThrough 적용
  • Loading branch information
hobiJeong authored Nov 14, 2023
2 parents bd5ea4f + 7a7bbfd commit d3d0844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/controllers/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class AuthController {

@ApiKakaoLogin()
@Get('kakao/login')
async kakaoLogin(@Query() { code }, @Res() res) {
async kakaoLogin(@Query() { code }, @Res({ passthrough: true }) res) {
if (!code) {
throw new BadRequestException('인가코드가 없습니다.');
}
Expand Down

0 comments on commit d3d0844

Please sign in to comment.