|
@@ -20,7 +20,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
@Override
|
|
|
public void configure(WebSecurity web) throws Exception {
|
|
|
web.ignoring().antMatchers("/resources/**", "/static/**", "/public/**",
|
|
|
- "/html/**", "/css/**", "/js/**", "**/*.css", "**/*.js", "/api/**");
|
|
|
+ "/html/**", "/css/**", "/js/**", "**/*.css", "**/*.js", "/api/**" , "/qywx/**");
|
|
|
}
|
|
|
|
|
|
@Override
|