Skip to content

Commit

Permalink
Merge pull request #70 from Central-MakeUs/dev
Browse files Browse the repository at this point in the history
feat: health-check 권한 수정
  • Loading branch information
KarmaPol authored Apr 27, 2024
2 parents 9d977a6 + 86c6299 commit f8d9f8d
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 f8d9f8d

Please sign in to comment.