Skip to content

Commit

Permalink
Update SecurityConfiguration.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SundarakrishnanN authored May 25, 2024
1 parent b5f2963 commit c8a9948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private static void getCustomizedHttpAuthorization(AuthorizeHttpRequestsConfigur
.anyRequest().authenticated();

}
@Bean

CorsConfigurationSource corsConfigurationSource() {
CorsConfiguration configuration = new CorsConfiguration();
configuration.applyPermitDefaultValues();
Expand Down

0 comments on commit c8a9948

Please sign in to comment.