|
|
@@ -100,7 +100,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/login", "/register", "/captchaImage", "/cabinetLogin").anonymous()
|
|
|
.antMatchers("/mobile/login/**").permitAll()
|
|
|
.antMatchers("/iscs/card/login").permitAll()
|
|
|
- .antMatchers("/selectIsKeyByNfcWithoutAuth").permitAll()
|
|
|
+ .antMatchers("/iscs/key/selectIsKeyByNfcWithoutAuth").permitAll()
|
|
|
.antMatchers(
|
|
|
HttpMethod.GET,
|
|
|
"/",
|