fix
wzy
2022-11-09 b8def92a54d520776e37db7925c5109f3bd95ff8
src/main/java/cc/mrbird/febs/common/configure/WebMvcConfigure.java
@@ -23,9 +23,9 @@
//        registration.excludePathPatterns("/api/common/**");
//
//        InterceptorRegistration registration = registry.addInterceptor(new DappInterceptor());
//        registration.addPathPatterns("/dapp/**");
//        registration.excludePathPatterns("/dapp/common/**");
        InterceptorRegistration registration = registry.addInterceptor(new DappInterceptor());
        registration.addPathPatterns("/dapi/**");
        registration.excludePathPatterns("/dapi/common/**");
    }
    /**