We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a50f05 commit 3038579Copy full SHA for 3038579
backend/src/main/java/io/f1/backend/global/config/SecurityConfig.java
@@ -51,7 +51,7 @@ public SecurityFilterChain userFilterChain(HttpSecurity http) throws Exception {
51
"/css/**",
52
"/js/**",
53
"/admin/login",
54
- actuatorBasePath + "/**")
+ actuatorBasePath + "/**")
55
.permitAll()
56
.requestMatchers(HttpMethod.OPTIONS, "/**")
57
0 commit comments