Skip to content

Commit d18107c

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

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("ezcode.my")
50+
.host("api.ezcode.my")
5151
.path("/oauth2/authorization/" + provider)
5252
.build()
5353
.toUriString();

0 commit comments

Comments
 (0)