Skip to content

Commit

Permalink
fix: 로그인한 유저의 Gallery조회 컨트롤러를 인증 config에 등록한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Feb 28, 2024
1 parent 7082ab3 commit 2bdd660
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 JwtDecryptInterceptorConfigurer implements WebMvcConfigurer {
"/v1/users",
"/v1/gallerys/previews",
"/v1/surveys/*/bookmarks",
"/v1/gallerys",
"/v1/gallerys/logins",
};

@Override
Expand Down

0 comments on commit 2bdd660

Please sign in to comment.