Skip to content

Commit

Permalink
feat: 프론트엔드 도메인 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Jul 31, 2024
1 parent 544337a commit 92fbfee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class OAuth2LoginSuccessHandler implements AuthenticationSuccessHandler {
private static final String AUTHORIZATION_HEADER = "Authorization";
private static final String REFRESH_TOKEN_KEY = "refresh-token";
private static final String TEMP_MEMBER_INFO_KEY = "temp-member-info";
private static final String FRONTEND_BASE_URL = "https://www.naver.com";
private static final String FRONTEND_BASE_URL = "http://localhost:3000";
private static final String FRONTEND_AGREEMENT_PATH = "/login/clause";

@Override
Expand Down

0 comments on commit 92fbfee

Please sign in to comment.