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

Commit 827fd42

Browse files
authored
Merge pull request #128 from ASAP-Lettering/UMO-000
ASAP-000 "Google OAuth Base URL 수정: 'https://oauth2.googleapis.com' →…
2 parents 16aaaca + 51e5f57 commit 827fd42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class OAuthWebClientConfig {
2222
fun googleWebClient(): WebClient =
2323
WebClient
2424
.builder()
25-
.baseUrl("https://oauth2.googleapis.com")
25+
.baseUrl("https://www.googleapis.com")
2626
.defaultHeader("Content-Type", MediaType.APPLICATION_JSON_VALUE)
2727
.build()
2828

0 commit comments

Comments
 (0)