Skip to content

Commit

Permalink
test: for test
Browse files Browse the repository at this point in the history
  • Loading branch information
UDADDY committed Mar 31, 2024
1 parent 95b9fb2 commit a04b15b
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,14 @@ class SecurityConfig(
"/api/auth/refresh", // 토큰 재발급
"/api/payment/refund/**", // 유저 환불
)
.requestMatchers("/swagger/**")
.requestMatchers(
"/swagger-ui.html",
"/swagger-ui/**",
"/swagger/**",
"/api-docs",
"/api-docs/**",
"/test/test",
)
}
}

Expand Down

0 comments on commit a04b15b

Please sign in to comment.