|
@@ -12,6 +12,6 @@ public class ResourceServerConfig extends ResourceServerConfigurerAdapter {
|
|
|
public void configure(HttpSecurity http) throws Exception {
|
|
|
http.authorizeRequests().antMatchers("/v2/api-docs","/user/register",
|
|
|
"/group/join","/group/create","/room/leave","/room/statusSync",
|
|
|
- "/room/statusImMsg","/group/batchDismiss","/private/send","/group/send").permitAll().anyRequest().authenticated().and().csrf().disable();
|
|
|
+ "/room/statusImMsg","/group/batchDismiss","/private/send","/group/send","/room/statusImMsg").permitAll().anyRequest().authenticated().and().csrf().disable();
|
|
|
}
|
|
|
}
|