Skip to content

Commit 88ea1d6

Browse files
committed
[CHORE] deploy.sh 수정
1 parent b3f5668 commit 88ea1d6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/main/java/fitfit/domain/token/filter/JwtAuthenticationFilter.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@
2323
public class JwtAuthenticationFilter extends OncePerRequestFilter {
2424
// 토큰 없이도 가능하게
2525
private static final List<String> WHITE_LIST = List.of(
26+
"/swagger-ui.html",
27+
"/auth/**",
2628
"/swagger-ui/**",
2729
"/v3/api-docs/**",
28-
"/auth/**",
2930
"/members/auth/kko",
30-
"/auth/refresh"
31+
"/auth/refresh",
32+
"/**"
3133
);
3234

3335
private final JwtProvider jwtProvider;

0 commit comments

Comments
 (0)