Skip to content

Commit

Permalink
Merge pull request #108 from modu-menu/feat/update-search
Browse files Browse the repository at this point in the history
카테고리 목록 조회 API가 JWT 인증 체크를 통과하도록 변경
  • Loading branch information
eelseungmin authored May 31, 2024
2 parents dd794ee + 39e4d68 commit 0d5fdf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/modu/menu/core/config/WebMvcConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public void addInterceptors(InterceptorRegistry registry) {
"/api/user",
"/api/user/login",
"/api/place{?*}",
"/api/slack"
"/api/slack",
"/api/category"
);
}
}

0 comments on commit 0d5fdf9

Please sign in to comment.