浏览代码

网络教室

zouxuan 3 年之前
父节点
当前提交
d4a5ad637d

+ 1 - 1
cooleshow-user/user-classroom/src/main/java/com/yonge/cooleshow/classroom/config/ResourceServerConfig.java

@@ -31,7 +31,7 @@ public class ResourceServerConfig extends ResourceServerConfigurerAdapter {
 				.and()
 				.authorizeRequests()
 				.antMatchers("/task/**").hasIpAddress("0.0.0.0/0")
-				.antMatchers("/v2/api-docs")
+				.antMatchers("/v2/api-docs","/room/statusSync")
                 .permitAll().anyRequest().authenticated().and().httpBasic();
 	}