Administrator
2025-08-04 3bfb50eb7a505c634f0d76ec12ffa68d3f281e85
src/main/java/cc/mrbird/febs/common/configure/WebMvcConfigure.java
@@ -47,5 +47,8 @@
        registration.excludePathPatterns("/api/clothes/social/allComment");
        registration.excludePathPatterns("/api/clothes/social/socialInfo");
        registration.excludePathPatterns("/api/clothes/clothesType");
        registration.excludePathPatterns("/api/ai/memberRole/**");
        registration.excludePathPatterns("/api/ai/productCategory/**");
        registration.excludePathPatterns("/api/ai/product/**");
    }
}