Administrator
2025-07-25 1c99b4dea4420d3d920c30599718966f570e38c8
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");
    }
}