去掉insertfirepointchanneltwo接口的权限
This commit is contained in:
parent
1b414a66ac
commit
747dfd0815
@ -43,6 +43,7 @@ class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|||||||
.antMatchers("/ws/asset").permitAll()
|
.antMatchers("/ws/asset").permitAll()
|
||||||
.antMatchers(HttpMethod.GET,"/api/user/booleanUserName").permitAll()
|
.antMatchers(HttpMethod.GET,"/api/user/booleanUserName").permitAll()
|
||||||
.antMatchers(HttpMethod.POST,"/insertFirePoint").permitAll()
|
.antMatchers(HttpMethod.POST,"/insertFirePoint").permitAll()
|
||||||
|
.antMatchers(HttpMethod.POST,"/insertfirepointchanneltwo").permitAll()
|
||||||
.antMatchers(HttpMethod.POST,"/insertAppTask").permitAll()
|
.antMatchers(HttpMethod.POST,"/insertAppTask").permitAll()
|
||||||
.antMatchers(HttpMethod.GET,"/selectAppTask").permitAll()
|
.antMatchers(HttpMethod.GET,"/selectAppTask").permitAll()
|
||||||
.antMatchers(HttpMethod.GET,"/selectFirePointBetweenSeven").permitAll()
|
.antMatchers(HttpMethod.GET,"/selectFirePointBetweenSeven").permitAll()
|
||||||
|
Loading…
Reference in New Issue
Block a user