Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 committed Sep 1, 2024
1 parent f27f117 commit 5f5f020
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,7 +48,7 @@ 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("health-check")
|| path.equals("/health-check")
;
}

Expand Down

0 comments on commit 5f5f020

Please sign in to comment.