注册卡片消息处理器
continuous-integration/drone/push Build is passing Details

于相涌/robot_optimize
YXY 1 year ago
parent 02ed694178
commit e5ca378207

@ -97,7 +97,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
// 过滤请求
.authorizeRequests()
// 对于登录login 验证码captchaImage 允许匿名访问
.antMatchers("/login", "/captchaImage", "/approval","/syncEmail","/scheduledReminders", "/approval2", "/sync2Table", "/createPdf").anonymous()
.antMatchers("/login", "/captchaImage", "/approval","/syncEmail","/scheduledReminders",
"/robot/callback", "/sync2Table", "/createPdf").anonymous()
.antMatchers(
HttpMethod.GET,
"/*.html",

Loading…
Cancel
Save