Skip to content

Commit

Permalink
fix: url 정보 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Jul 29, 2024
1 parent 86c4fe5 commit edd76bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class KakaoOAuthService(
private val config: KakaoOAuthClientConfig.Config
) {
suspend fun getOAuthLoginLinkDev(): String {
return config.url + String.format(config.redirectUrl, config.restApiKey, config.redirectUrl)
return config.url + String.format(config.authorizedUrl, config.restApiKey, config.redirectUrl)
}

suspend fun getOAuthAuthorizeCode(redirectUrl: String? = null) {
Expand Down

0 comments on commit edd76bd

Please sign in to comment.