Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
GtanSndil committed Dec 9, 2024
1 parent 6364b46 commit b273476
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
.requestMatchers("/healthcheck").permitAll()
.requestMatchers("/swagger-ui/*").permitAll()
.requestMatchers("/v3/api-docs/swagger-config", "/v3/api-docs/**").permitAll()
// http://localhost:8080/api/v3/api-docs
// .requestMatchers("/v3/api-docs/**", "/swagger-ui/**", "/swagger-ui.html").permitAll()
.requestMatchers("/openapi.json").permitAll()
.requestMatchers("/documents/document/*/file").permitAll()
.requestMatchers("/operations/operation/codebook").permitAll()
Expand Down

0 comments on commit b273476

Please sign in to comment.