Skip to content

Commit

Permalink
feat: json() 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
shinwonse committed Aug 30, 2023
1 parent 2728050 commit a3f231a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/redirect/apple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async function handler(
req: NextApiRequest,
res: NextApiResponse
) {
console.log('req', req.body.json());
console.log('req', req.body);
const code = req.query.code?.toString();
const name = req.query.name?.toString();
const email = req.query.email?.toString();
Expand Down

0 comments on commit a3f231a

Please sign in to comment.