Skip to content

Commit fdea679

Browse files
committed
chore:deploy test
1 parent 753a7e2 commit fdea679

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/back/global/security/SecurityConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
8282
8383
// 회원 or 인증된 사용자만 가능
8484
.requestMatchers("/admin/**").hasRole("ADMIN")
85-
8685
// 나머지 모든 API는 인증 필요
8786
.anyRequest().authenticated()
8887
*/

0 commit comments

Comments
 (0)