Skip to content

Commit

Permalink
Merge pull request #365 from SWM-NM/dev
Browse files Browse the repository at this point in the history
[FIX] Post 권한 취소
  • Loading branch information
aj4941 authored Sep 24, 2023
2 parents 9a26c81 + 7e936ab commit 086ee85
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
.and()

.authorizeRequests()
.antMatchers(HttpMethod.POST).authenticated()
.antMatchers("/oauths/**").permitAll()
.antMatchers("/swagger-ui/**", "/swagger-resources/**", "/v3/api-docs/**").permitAll()
.anyRequest().authenticated()
Expand Down

0 comments on commit 086ee85

Please sign in to comment.