Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 51b6b1a

Browse files
committed
ASAP-445 access token 조회 api 경로 수정
1 parent 9591b80 commit 51b6b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Infrastructure-Module/Client/src/main/kotlin/com/asap/client/oauth/platform/NaverOAuthRetrieveHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class NaverOAuthRetrieveHandler(
2323
clientId = naverOAuthConfig.clientId,
2424
clientSecret = naverOAuthConfig.clientSecret,
2525
code = request.code,
26-
).toUriComponents(getApiEndpoint())
26+
).toUriComponents("/oauth2/token")
2727

2828
val response =
2929
webClient

0 commit comments

Comments
 (0)