third commit by ailanyin
This commit is contained in:
@ -83,7 +83,8 @@ public class BaseSecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
@Override
|
||||
public void configure(WebSecurity webSecurity){
|
||||
webSecurity.ignoring().antMatchers(
|
||||
"/ws/asset"
|
||||
"/ws/asset",
|
||||
"/hx/storehouse/insert"
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user