Skip to content

Commit

Permalink
[feat] FE vercel 주소 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yunji118 committed Jan 12, 2024
1 parent 71f452f commit 404ab66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
public CorsConfigurationSource corsConfigurationSource() {
CorsConfiguration configuration = new CorsConfiguration();
configuration.addAllowedOrigin("http://localhost:5173");
configuration.addAllowedOrigin("https://alertglobal.vercel.app/");
configuration.addAllowedMethod("*");
configuration.addAllowedHeader("*");
configuration.setAllowCredentials(true);
Expand Down

0 comments on commit 404ab66

Please sign in to comment.