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 753a7e2 commit fdea679Copy full SHA for fdea679
src/main/java/com/back/global/security/SecurityConfig.java
@@ -82,7 +82,6 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
82
83
// 회원 or 인증된 사용자만 가능
84
.requestMatchers("/admin/**").hasRole("ADMIN")
85
-
86
// 나머지 모든 API는 인증 필요
87
.anyRequest().authenticated()
88
*/
0 commit comments