Skip to content

Commit

Permalink
[HotFix]SecurityConfig ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Han-Jeong authored Jan 9, 2024
1 parent e6d9324 commit c5f5ddf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public SecurityFilterChain filterChain(HttpSecurity httpSecurity) throws Excepti
// SWAGGER
.requestMatchers("/swagger-ui/**", "/swagger-resources/**", "/v3/api-docs/**").permitAll()
//profile
.requestMatchers("/api/profiles").permitAll()
.requestMatchers("/profile").permitAll()
// ELSE
//정적 페이지 허가
.requestMatchers("/", "/css/**", "/*.ico", "/error", "/images/**").permitAll() // 임시로 모든 API 허용
Expand Down

0 comments on commit c5f5ddf

Please sign in to comment.