feat: 添加 allComment 接口的跨域支持
- 在 WebMvcConfigure 类中添加了 "/api/clothes/social/allComment"路径的跨域支持- 此修改允许前端系统访问该接口,解决了跨域问题
| | |
| | | registration.excludePathPatterns("/api/clothes/social/allCategory");
|
| | | registration.excludePathPatterns("/api/clothes/social/indexCategory");
|
| | | registration.excludePathPatterns("/api/clothes/social/allSocial");
|
| | | registration.excludePathPatterns("/api/clothes/social/allComment");
|
| | | registration.excludePathPatterns("/api/clothes/social/socialInfo");
|
| | | registration.excludePathPatterns("/api/clothes/clothesType");
|
| | | }
|