Skip to content

Commit

Permalink
build:
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 13, 2024
1 parent 488ab8c commit 81a40cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public CorsConfigurationSource corsConfigurationSource() {

UrlBasedCorsConfigurationSource source = new UrlBasedCorsConfigurationSource();
source.registerCorsConfiguration("/**", configuration);

return source;
}
}
Expand Down

0 comments on commit 81a40cc

Please sign in to comment.