Commit c3a87f0f by fanjiaxin

代码初始化

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