Skip to content

Commit

Permalink
fix:왜안대지
Browse files Browse the repository at this point in the history
  • Loading branch information
HyungJu committed Jul 26, 2024
1 parent 7953071 commit 7d76a4e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ class CustomRequestMatcher {
AntPathRequestMatcher("/api/v1/trip/onboarding"),
AntPathRequestMatcher("/api/v1/member/signup"),
AntPathRequestMatcher("/api/v1/member/nickname"),
AntPathRequestMatcher("/api/v1/member/"),
)

fun userEndpoints(): RequestMatcher =
OrRequestMatcher(
AntPathRequestMatcher("/api/v1/search/**"),
AntPathRequestMatcher("/api/v1/member/"),
)
}

0 comments on commit 7d76a4e

Please sign in to comment.