Skip to content

Commit 3038579

Browse files
author
github-actions
committed
chore: Java 스타일 수정
1 parent 7a50f05 commit 3038579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/io/f1/backend/global/config/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public SecurityFilterChain userFilterChain(HttpSecurity http) throws Exception {
5151
"/css/**",
5252
"/js/**",
5353
"/admin/login",
54-
actuatorBasePath + "/**")
54+
actuatorBasePath + "/**")
5555
.permitAll()
5656
.requestMatchers(HttpMethod.OPTIONS, "/**")
5757
.permitAll()

0 commit comments

Comments
 (0)