Skip to content

Commit

Permalink
chore: 테스트용 인증 제거 부분 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Aug 16, 2023
1 parent 3024bbe commit bcfdf39
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ public SecurityFilterChain configure(HttpSecurity http) throws Exception {
"/v3/api-docs/**",
"/swagger-ui/**",
"/swagger-ui.html",
"auth/**",
"/plans/**")
"auth/**")
.permitAll())
.authorizeHttpRequests(
x -> x.requestMatchers("/test/**").permitAll().anyRequest().authenticated())
Expand Down

0 comments on commit bcfdf39

Please sign in to comment.