|
@@ -57,7 +57,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
|
|
|
registry.addInterceptor(tenantInterceptor).addPathPatterns("/**").excludePathPatterns("/v2/api-docs",
|
|
|
"/group/*","/room/statusSync",
|
|
|
"/room/statusImMsg","/private/*","/system/*",
|
|
|
- "/room/statusImMsg","/history/get","/user/*","/push/*");
|
|
|
+ "/room/statusImMsg","/history/get","/user/*","/push/*","/liveRoom/recordSync");
|
|
|
}
|
|
|
|
|
|
@SuppressWarnings("rawtypes")
|