Skip to content

Commit

Permalink
Merge pull request #96 from Tea-Bliss/dev
Browse files Browse the repository at this point in the history
[fix] Re-Issue 필터 적용 수정
  • Loading branch information
mun9659 authored Jun 23, 2024
2 parents 07c2eae + b1ad902 commit 64baeee
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ public class RequestMatcherHolder {
new RequestInfo(HttpMethod.POST, "/api/member/sign-up", null),
new RequestInfo(HttpMethod.POST, "/api/member/sign-in", null),

// re-issue
new RequestInfo(HttpMethod.POST, "/api/member/re-issue", null),


// Tea
new RequestInfo(HttpMethod.GET, "/api/tea/**", null),
new RequestInfo(HttpMethod.GET, "/api/review/review-list", null),
Expand Down

0 comments on commit 64baeee

Please sign in to comment.