Skip to content

Commit

Permalink
Merge pull request #82 from Team-Shaka/refactor/80
Browse files Browse the repository at this point in the history
♻️  Refactor : health check 인증 허용
  • Loading branch information
CYY1007 authored Mar 31, 2024
2 parents 1ff5649 + 5cf55f1 commit d1d53ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public WebSecurityCustomizer webSecurityCustomizer() {
return (web) ->
web.ignoring()
.requestMatchers(
"/",
"/health",
"/schedule",
"/v3/api-docs",
"/v3/api-docs/**",
Expand Down

0 comments on commit d1d53ee

Please sign in to comment.