Skip to content

Commit

Permalink
[Chore] swagger open
Browse files Browse the repository at this point in the history
  • Loading branch information
nahyeon99 committed Aug 23, 2023
1 parent e38741d commit ba95fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected void configure(final HttpSecurity http) throws Exception {

.and()
.authorizeRequests()
.antMatchers("/swagger-ui/**", "/swagger-resources/**").denyAll()
.antMatchers("/swagger-ui/**", "/swagger-resources/**").permitAll()
.antMatchers(AUTHENTICATION_URL, "/email/**", "/verifyCode/**").permitAll()
.antMatchers("/admin/**").hasRole("ADMIN")
.antMatchers("/member/**", API_ROOT_URL_V1 + "/member/**").hasRole("USER")
Expand Down

0 comments on commit ba95fc5

Please sign in to comment.