Skip to content

Commit 8faa9d9

Browse files
authored
Update OAuth2SuccessHandler.java
도메인 경로 수정
1 parent 0d370b0 commit 8faa9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/blockcloud/exception/handler/OAuth2SuccessHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void onAuthenticationSuccess(HttpServletRequest request, HttpServletRespo
6363
String uri = UriComponentsBuilder
6464
.newInstance()
6565
.scheme("http")
66-
.host("localhost:8080")
66+
.host("https://blockcloud.dev")
6767
.path("/login/success")
6868
.queryParam("user", encodedJson)
6969
.queryParam("access", accessToken)
@@ -78,4 +78,4 @@ public void onAuthenticationSuccess(HttpServletRequest request, HttpServletRespo
7878
}
7979

8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)