Google Java Format

This commit is contained in:
github-actions
2025-02-11 18:27:36 +00:00
parent 70b00a1996
commit 9e2ab9fa5a
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,7 @@ public class WebSecurityCustomConfiguration {
"authorization",
"content-type",
"x-auth-token")); // Do not remove, this fixes the CORS errors when
// unauthenticated
// unauthenticated
UrlBasedCorsConfigurationSource source = new UrlBasedCorsConfigurationSource();
source.registerCorsConfiguration("/**", configuration);