设备激活二维码打印相关接口
This commit is contained in:
@ -134,6 +134,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
.antMatchers("/prod-api/**").permitAll()
|
||||
.antMatchers("/system/district/tree").permitAll()
|
||||
.antMatchers("/sse/**").permitAll()
|
||||
.antMatchers("/common/upload").permitAll()
|
||||
// 除上面外的所有请求全部需要鉴权认证
|
||||
.anyRequest().authenticated()
|
||||
|
||||
|
Reference in New Issue
Block a user