jinpengyong
2021-04-02 c90b6e135f2f609ba187e243e37ae37d3da6ddee
screen-api/src/main/java/com/moral/api/config/Interceptor/WebAppConfiguration.java
@@ -13,6 +13,6 @@
    public void addInterceptors(InterceptorRegistry registry) {
        registry.addInterceptor(new AuthenticationInterceptor())
                .addPathPatterns("/**")
                .excludePathPatterns("/**/login/**", "/**/logout/**", "/swagger-ui.html/**", "/swagger-resources/**");
                .excludePathPatterns("/**/login/**", "/**/logout/**", "/swagger-ui.html/**", "/swagger-resources/**","/**/verificationCode/**","/**/user/**");
    }
}