Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
xilipilige committed Nov 27, 2019
1 parent c75b952 commit 20c75f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public CorsFilter corsFilter() {
config.addAllowedHeader("*");
config.setMaxAge(18000L);
config.addAllowedMethod("*");
source.registerCorsConfiguration("/**", config);
source.registerCorsConfiguration("/**", config);
return new CorsFilter(source);
}

Expand Down

0 comments on commit 20c75f3

Please sign in to comment.