Commit a5ff3e61 by fanjiaxin

代码初始化

parent ade78566
Pipeline #71460 passed with stages
in 1 minute 1 second
...@@ -19,9 +19,9 @@ import java.util.Collections; ...@@ -19,9 +19,9 @@ import java.util.Collections;
public class WebConfig implements WebMvcConfigurer { public class WebConfig implements WebMvcConfigurer {
private final AuthInterceptor authInterceptor; private final AuthInterceptor authInterceptor;
private static final String[] EXCLUDE_URLS = {"/sharer/open/**", private static final String[] EXCLUDE_URLS = {"/open/**",
"/sharer/test/**", "/sharer/i/health", "/sharer/user/login", "/test/**", "/i/health", "/user/login",
"/sharer/product/page/list"}; "/product/page/list"};
@Override @Override
public void addInterceptors(InterceptorRegistry registry) { public void addInterceptors(InterceptorRegistry registry) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment