Skip to content

Commit

Permalink
Update JwtVerifyFilter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ss7622 authored Jun 29, 2024
1 parent 933cd05 commit 19434b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class JwtVerifyFilter extends OncePerRequestFilter {
//Swagger
"/swagger-ui/index.html", "/swagger-ui/**", "/v3/api-docs/**", "/swagger-resources/**", "/v3/api-docs",
//비회원 전용 api
"/main/today","/main/season","model/ment"};
"/main/today","/main/season","/model/ment"};
private final RedisUtil redisUtil;


Expand Down

0 comments on commit 19434b8

Please sign in to comment.