Skip to content

Commit

Permalink
fix : baseball-teams 조회 API jwt filter 제외 추가 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdwnsdnjs13 authored Aug 3, 2024
1 parent 9cf7d68 commit efa7284
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class JwtAuthenticationFilter extends OncePerRequestFilter {
"/api/v1/members",
"/actuator",
"/api/v1/levelUpConditions",
"/api/v1/baseball-teams",
};

@Override
Expand Down

0 comments on commit efa7284

Please sign in to comment.