增加新的会员端接口授权
This commit is contained in:
parent
f8e634e7fc
commit
5bc16cc9d5
@ -97,7 +97,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
||||
// 过滤请求
|
||||
.authorizeRequests()
|
||||
// 对于登录login 验证码captchaImage 允许匿名访问
|
||||
.antMatchers("/login", "/captchaImage","/client_api/**").anonymous()
|
||||
.antMatchers("/login", "/captchaImage","/client_api/**","/huiyuan/**").anonymous()
|
||||
.antMatchers(
|
||||
HttpMethod.GET,
|
||||
"/*.html",
|
||||
|
Loading…
x
Reference in New Issue
Block a user