Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 committed Sep 9, 2024
1 parent fece1a0 commit da6e8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/co/orange/ddanzi/global/jwt/JwtFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ protected boolean shouldNotFilter(HttpServletRequest request) throws ServletExce
String path = request.getRequestURI();
return path.equals("/api/v1/auth/signin/test")
|| path.equals("/api/v1/auth/signin")
|| path.equals("/api/v1/health")
|| path.equals("/health-check")
|| path.equals("api/v1/health")
;
}

Expand Down

0 comments on commit da6e8d5

Please sign in to comment.