Skip to content

Commit

Permalink
Merge branch 'prod_back_core' into develop_back_core
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-1116 authored Aug 4, 2024
2 parents 6e0f232 + 249eeda commit 6626c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private RequestMatcher notRequireAuthenticationMatcher() {
antMatcher(HttpMethod.POST, "/auth/sign-up/email"),
antMatcher(HttpMethod.POST, "/auth/sign-in/email"),
antMatcher(HttpMethod.POST, "/me/check-duplication/email"),
antMatcher(HttpMethod.GET, "/actuator")
antMatcher(HttpMethod.GET, "/actuator/**")
);
}

Expand Down
2 changes: 1 addition & 1 deletion backend/core/src/main/resources/config

0 comments on commit 6626c8a

Please sign in to comment.