|
@@ -21,7 +21,7 @@ public class InterceptorConfig implements WebMvcConfigurer {
|
|
|
@Override
|
|
|
public void addInterceptors(InterceptorRegistry registry) {
|
|
|
registry.addInterceptor(jwtInterceptor()).
|
|
|
- excludePathPatterns("/huatongApi/admin/my/*")
|
|
|
- .excludePathPatterns("/huatongApi/receive/feed");
|
|
|
+ excludePathPatterns("/guoweiApi/admin/my/*")
|
|
|
+ .excludePathPatterns("/guoweiApi/receive/feed");
|
|
|
}
|
|
|
}
|