修复token过期
This commit is contained in:
parent
bef0d34e31
commit
4b0c2aa918
@ -31,6 +31,7 @@ class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
.authorizeRequests()
|
||||
// 所有OPTIONS请求都放行
|
||||
.antMatchers(HttpMethod.OPTIONS).permitAll()
|
||||
.antMatchers("/push/**").permitAll()
|
||||
.antMatchers("/insertFirePoint").permitAll()
|
||||
.antMatchers("/insertFirePointChannelPrecise").permitAll()
|
||||
.antMatchers("/queryFirePointBroadcast").permitAll()
|
||||
|
Loading…
Reference in New Issue
Block a user