Skip to content

Commit

Permalink
feat: health-check 권한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaPol committed Apr 27, 2024
1 parent e3a2014 commit 86c6299
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti

private RequestMatcher[] permitAllRequests() {
List<RequestMatcher> requestMatchers = List.of(
antMatcher("/health-check"),
antMatcher("/swagger-ui/**"),
antMatcher("/swagger-ui"),
antMatcher("/swagger-ui.html"),
Expand Down

0 comments on commit 86c6299

Please sign in to comment.