diff --git a/src/auth/controllers/auth.controller.ts b/src/auth/controllers/auth.controller.ts index 5bfc2e7..11fd71c 100644 --- a/src/auth/controllers/auth.controller.ts +++ b/src/auth/controllers/auth.controller.ts @@ -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('인가코드가 없습니다.'); }