Skip to content

Commit 4372278

Browse files
authored
Merge pull request #400 from Quickchive/chore/change-apple-login-endpoint
chore: 애플 로그인 엔드포인트 변경
2 parents 4897b6a + 659875d commit 4372278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/oauth.v2.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class OauthV2Controller {
6666
description:
6767
'애플 로그인 메서드. (회원가입이 안되어 있으면 회원가입 처리 후 로그인 처리)',
6868
})
69-
@Post('apple-login')
69+
@Post('apple')
7070
async appleLogin(
7171
@Body() oauthRequest: OAuthLoginRequest,
7272
): Promise<LoginOutput> {

0 commit comments

Comments
 (0)