Skip to content

Commit

Permalink
feat: 사용자용 요청 주제 목록 조회 API URI를 WhiteList에 추가 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed Oct 26, 2024
1 parent 84d2856 commit b962466
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 AuthorizationInterceptor implements HandlerInterceptor {
new UriAndMethod("/categories", GET),
new UriAndMethod("/users/basic-profile-image", GET),
new UriAndMethod("/users/basic-background-image", GET),
new UriAndMethod("/topics", GET)
};

private final JwtManager jwtManager;
Expand Down

0 comments on commit b962466

Please sign in to comment.