Skip to content

Commit dc26e19

Browse files
authored
Merge pull request #205 from Young-Flow/refactor/#204
refactor: 권한 부여 API 수정
2 parents e1b7129 + 60190b6 commit dc26e19

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/pitchain/common/config/SecurityConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
7878
auth.requestMatchers(SWAGGER_PATTERNS).permitAll();
7979
auth.requestMatchers(STATIC_RESOURCES_PATTERNS).permitAll();
8080
auth.requestMatchers(PUBLIC_ENDPOINTS).permitAll();
81-
auth.anyRequest().authenticated();
8281
});
8382
http.exceptionHandling(exception -> {
8483
exception.authenticationEntryPoint(customAuthenticationEntryPoint());

0 commit comments

Comments
 (0)