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 879c0f2 commit 71de2e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
.authorizeHttpRequests(
authorize -> authorize
.requestMatchers("/auth/**").permitAll()
.requestMatchers("/**").permitAll()


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

0 comments on commit 71de2e4

Please sign in to comment.