Skip to content

Commit e22da9d

Browse files
committed
chore:브랜치 병합
1 parent 7e32f1e commit e22da9d

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
@@ -90,7 +90,6 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
9090
// 나머지 모든 API는 인증 필요
9191
.anyRequest().authenticated()
9292

93-
9493
// 회원 or 인증된 사용자만 가능
9594
// .requestMatchers("/admin/**").hasRole("ADMIN")
9695

0 commit comments

Comments
 (0)