删除无用代码
This commit is contained in:
parent
088155b2d6
commit
0478ffa213
@ -49,7 +49,6 @@ class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|||||||
.antMatchers(HttpMethod.GET, "/selectAppTask").permitAll()
|
.antMatchers(HttpMethod.GET, "/selectAppTask").permitAll()
|
||||||
.antMatchers(HttpMethod.GET, "/selectFirePointBetweenSeven").permitAll()
|
.antMatchers(HttpMethod.GET, "/selectFirePointBetweenSeven").permitAll()
|
||||||
.antMatchers(HttpMethod.GET, "/selectFirePointNum").permitAll()
|
.antMatchers(HttpMethod.GET, "/selectFirePointNum").permitAll()
|
||||||
.antMatchers(HttpMethod.GET, "/api/user/booleanUserName").permitAll()
|
|
||||||
.antMatchers(HttpMethod.GET, "/selectCityName").permitAll()
|
.antMatchers(HttpMethod.GET, "/selectCityName").permitAll()
|
||||||
.antMatchers(HttpMethod.GET, "/weather/cityName").permitAll()
|
.antMatchers(HttpMethod.GET, "/weather/cityName").permitAll()
|
||||||
.antMatchers(HttpMethod.GET, "/weather/cityId").permitAll()
|
.antMatchers(HttpMethod.GET, "/weather/cityId").permitAll()
|
||||||
|
Loading…
Reference in New Issue
Block a user