增加萤石云信息推送接口
This commit is contained in:
@ -129,7 +129,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
// dueros
|
||||
.antMatchers("/dueros").permitAll()
|
||||
//安防小板
|
||||
.antMatchers("/iot/photos","/iot/photos/**").permitAll()
|
||||
.antMatchers("/iot/photos","/iot/photos/**","/yinghsiyun/webhook").permitAll()
|
||||
|
||||
// 除上面外的所有请求全部需要鉴权认证
|
||||
.anyRequest().authenticated()
|
||||
|
Reference in New Issue
Block a user