Skip to content

Commit

Permalink
Merge pull request #38 from GDSC-snowflowerthon/feat/quiz-32
Browse files Browse the repository at this point in the history
[feat] FE vercel 주소 추가
  • Loading branch information
yunji118 authored Jan 12, 2024
2 parents 71f452f + 404ab66 commit 578e067
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 578e067

Please sign in to comment.