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 7e32f1e commit e22da9dCopy full SHA for e22da9d
src/main/java/com/back/global/security/SecurityConfig.java
@@ -90,7 +90,6 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
90
// 나머지 모든 API는 인증 필요
91
.anyRequest().authenticated()
92
93
-
94
// 회원 or 인증된 사용자만 가능
95
// .requestMatchers("/admin/**").hasRole("ADMIN")
96
0 commit comments