Skip to content

Commit

Permalink
fix: 프론트 리다이렉션 base url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Aug 18, 2024
1 parent 97d6399 commit b6cada9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public class OAuth2LoginSuccessHandler implements AuthenticationSuccessHandler {
private static final String ACCESS_TOKEN_KEY = "access-token";
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 = "http://localhost:3000";
// private static final String FRONTEND_BASE_URL = "http://localhost:3000";
private static final String FRONTEND_BASE_URL = "https://www.naoman.site";
private static final String FRONTEND_AGREEMENT_PATH = "/login/clause";

@Override
Expand Down

0 comments on commit b6cada9

Please sign in to comment.