Skip to content

Commit

Permalink
[FIX] jwt filter 수정
Browse files Browse the repository at this point in the history
- 소모임 전체조회 비로그인 접근 허용
  • Loading branch information
c0smosaur authored Jun 7, 2024
1 parent c7f2949 commit 058a64c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public boolean excludeUrls(HttpServletRequest request,
request.getRequestURI().equals("/api/v1/member/token")||
request.getRequestURI().equals("/api/v1/reservation/company")||
request.getRequestURI().contains("category")||
request.getRequestURI().equals("/api/v1/club/search")||
request.getRequestURI().contains("/api/v1/office")
){
filterChain.doFilter(request, response);
Expand Down

0 comments on commit 058a64c

Please sign in to comment.