Skip to content

Commit 7a92474

Browse files
committed
Undo actuator change
1 parent d596efc commit 7a92474

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/com/faforever/api/config/security/WebSecurityConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) {
4747
"/swagger-ui/**",
4848
"/swagger-resources/**",
4949
"/v3/api-docs/**",
50-
"/",
51-
"/actuator/**"
50+
"/"
5251
).permitAll();
5352
// Webapp folder
5453
authorizeConfig.requestMatchers(

0 commit comments

Comments
 (0)