Administrator
2025-08-04 4fc4e894889df418824f95c7bafb934c37b06365
src/main/java/cc/mrbird/febs/common/configure/WebMvcConfigure.java
@@ -44,7 +44,9 @@
        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");
        registration.excludePathPatterns("/api/ai/**");
    }
}