Commit a5ff3e61 by fanjiaxin

代码初始化

parent ade78566
Pipeline #71460 passed with stages
in 1 minute 1 second
......@@ -19,9 +19,9 @@ import java.util.Collections;
public class WebConfig implements WebMvcConfigurer {
private final AuthInterceptor authInterceptor;
private static final String[] EXCLUDE_URLS = {"/sharer/open/**",
"/sharer/test/**", "/sharer/i/health", "/sharer/user/login",
"/sharer/product/page/list"};
private static final String[] EXCLUDE_URLS = {"/open/**",
"/test/**", "/i/health", "/user/login",
"/product/page/list"};
@Override
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