Skip to content

Commit

Permalink
🚀 deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantaphocpython committed Nov 10, 2024
1 parent b32e18b commit 67d30b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/videocall/server/config/SecurityConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ JwtAuthenticationConverter jwtAuthenticationConverter() {
return jwtAuthenticationConverter;
}




@Bean
CorsConfigurationSource corsConfigurationSource() {
CorsConfiguration configuration = new CorsConfiguration();
Expand Down

0 comments on commit 67d30b3

Please sign in to comment.