Skip to content

Commit

Permalink
feat: 도메인 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
haen-su authored Jun 9, 2024
1 parent 9a07a82 commit 611825b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private String setSuccessRedirectUrl(String requestUrl, int requestPort) {
if(requestUrl.equals("localhost") && requestPort == 3000) {
redirectUrl = "http://localhost:3000/login/oauth2/success";
}
if (requestUrl.equals("dan-sup.com")) {
if (requestUrl.equals("dan-sup.shop")) {
// redirectUrl = "https://www.dan-sup.com/login/oauth2/success";
redirectUrl = "http://localhost:3000/login/oauth2/success";
}
Expand Down

0 comments on commit 611825b

Please sign in to comment.