Skip to content

Commit

Permalink
fix: redirect url 배포서버로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sangcci committed Dec 10, 2024
1 parent 7e881e8 commit 8a3eafe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@RequiredArgsConstructor
public class OAuth2LoginSuccessHandler extends SimpleUrlAuthenticationSuccessHandler {

private static final String FRONT_BASE_URL = "http://localhost:3000";
private static final String FRONT_BASE_URL = "https://allreva.shop"; //http://localhost:3000
private static final String FRONT_SIGNUP_URL = "/signup";

private final JwtService jwtService;
Expand Down

0 comments on commit 8a3eafe

Please sign in to comment.