Skip to content

Commit

Permalink
fix: (#627) 개발서버 오리진 url 수정 (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiaiaiai1 authored Sep 16, 2023
1 parent 14aaafd commit 4e28953
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class WebMvcConfig implements WebMvcConfigurer {

private static final String LOCALHOST_FRONTEND = "http://localhost:3000";
private static final String DEV_SERVER = "http://dev.votogether.com";
private static final String DEV_SERVER = "https://dev.votogether.com";
private static final String PROD_SERVER = "https://votogether.com";

private final JwtAuthorizationArgumentResolver jwtAuthorizationArgumentResolver;
Expand Down

0 comments on commit 4e28953

Please sign in to comment.