| 
					
				 | 
			
			
				@@ -15,7 +15,7 @@ public class ResourceServerConfig extends ResourceServerConfigurerAdapter { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         "/room/statusImMsg", "/group/batchDismiss", "/private/send", "/group/send", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         "/group/dismiss", "/room/statusImMsg", "/history/get", "/user/statusImUser", "/liveRoom/recordSync", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         "/liveRoom/publishRoomMsg", "/liveRoom/destroy", "/liveRoom/create", "/liveRoom/startRecord", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        "/liveRoom/stopRecord", "/liveRoom/userExistInRoom") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        "/liveRoom/stopRecord", "/liveRoom/userExistInRoom","/liveRoom/checkOnline") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .permitAll().anyRequest().authenticated().and().csrf().disable(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |