Skip to content

Commit

Permalink
[!HOTFIX] 백엔드 서버네임 에러 수정 #77
Browse files Browse the repository at this point in the history
  • Loading branch information
JeonHaeseung committed May 17, 2024
1 parent 67afe13 commit 0c5c6a0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ private String setRedirectUrl(String url) {
redirect_url = "http://localhost:8080/oauth/google/success";
}
/* 프론트 개발 또는 프로덕션 환경 */
if (url.equals(backServerName)) {
else {
log.info("backServerName: " + backServerName);
log.info("url: " + url);
log.info("frontRedirectUrl: " + frontRedirectUrl);
redirect_url = frontRedirectUrl + "/oauth/google/success/ing";
}
Expand Down

0 comments on commit 0c5c6a0

Please sign in to comment.