Quellcode durchsuchen

Merge branch 'iscs_dev_mars' of https://e.coding.net/g-pheu9517/grt-iscs/ISCS_Base into iscs_dev_mars

车车 vor 9 Monaten
Ursprung
Commit
cf8c4f0139

+ 1 - 1
ktg-framework/src/main/java/com/ktg/framework/config/SecurityConfig.java

@@ -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,
                         "/",