Administrator
4 days ago 5b9d8648f3a0da63bb26fdb17c39d8999c9491c4
src/main/java/cc/mrbird/febs/common/configure/WebMvcConfigure.java
@@ -44,6 +44,8 @@
        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");
    }
}