We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4897b6a commit 659875dCopy full SHA for 659875d
src/auth/oauth.v2.controller.ts
@@ -66,7 +66,7 @@ export class OauthV2Controller {
66
description:
67
'애플 로그인 메서드. (회원가입이 안되어 있으면 회원가입 처리 후 로그인 처리)',
68
})
69
- @Post('apple-login')
+ @Post('apple')
70
async appleLogin(
71
@Body() oauthRequest: OAuthLoginRequest,
72
): Promise<LoginOutput> {
0 commit comments