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

Commit 51e5f57

Browse files
committed
ASAP-000 "Google OAuth Base URL 수정: 'https://oauth2.googleapis.com' → 'https://www.googleapis.com'"
1 parent 30a7d92 commit 51e5f57

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)