Skip to content

Commit

Permalink
fix : securityConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
eojinny committed Nov 10, 2023
1 parent 6be7ded commit 879c0f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
authorize -> authorize
.requestMatchers("/auth/**").permitAll()
.requestMatchers("/**").permitAll()

// .requestMatchers("/swagger-ui/index.html").permitAll()
// .requestMatchers("/admin/**").hasRole("ADMIN")
// .requestMatchers("/swagger-ui/**").permitAll()
Expand Down

0 comments on commit 879c0f2

Please sign in to comment.