|
|
@@ -118,6 +118,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/showroom/all").permitAll()
|
|
|
.antMatchers("/showroom/get/**").permitAll()
|
|
|
.antMatchers("/testClass/**").permitAll()
|
|
|
+ .antMatchers("/collection/subscribeList").permitAll()
|
|
|
// all other requests need to be authenticated
|
|
|
.anyRequest().authenticated().and()
|
|
|
// make sure we use stateless session; session won't be used to
|