Skip to content

Commit

Permalink
Merge pull request #109 from modu-menu/develop
Browse files Browse the repository at this point in the history
main에 develop merge
  • Loading branch information
eelseungmin authored May 31, 2024
2 parents e73d1bd + 0d5fdf9 commit e88be87
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 e88be87

Please sign in to comment.