Skip to content

Commit 36db41b

Browse files
minjee2758Lim Minjee
andauthored
Refactor/oauth (#210)
* api redirect 주소 변경 * Revert "api redirect 주소 변경" This reverts commit a34c645. * refactor : redirect 주소 재변경 * 주석 추가 --------- Co-authored-by: Lim Minjee <limminjee@Limui-MacBookAir.local>
1 parent d18107c commit 36db41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/ezcode/codetest/presentation/usermanagement/OAuth2Controller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void redirectToProvider(
4747

4848
String target = UriComponentsBuilder.newInstance()
4949
.scheme("https")
50-
.host("api.ezcode.my")
50+
.host("api.ezcode.my") // 백엔드 엔드포인트 변경
5151
.path("/oauth2/authorization/" + provider)
5252
.build()
5353
.toUriString();

0 commit comments

Comments
 (0)