Skip to content

Commit

Permalink
Hotfix: DTO 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KoungQ committed Aug 6, 2024
1 parent f979fe5 commit fcd11e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
// 스웨거 경로
.requestMatchers("/v3/api-docs", "/v3/api-docs/**", "/swagger-ui.html", "/swagger-ui/**", "/swagger/**").permitAll()
.requestMatchers("/api/v1/admin/**").hasRole("ADMIN")
.anyRequest().authenticated()
)

.addFilterAfter(customJsonUsernamePasswordAuthenticationFilter(), LogoutFilter.class)
Expand Down

0 comments on commit fcd11e8

Please sign in to comment.