|
|
@@ -181,6 +181,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/news/newsInfo").permitAll()
|
|
|
.antMatchers("/metaResources/getUrl").permitAll()
|
|
|
.antMatchers("/news/newsInfo").permitAll()
|
|
|
+ .antMatchers("/statistic/globalSearch").permitAll()
|
|
|
.antMatchers("/metaResources/like").permitAll()
|
|
|
// all other requests need to be authenticated
|
|
|
.anyRequest().authenticated().and()
|