Commit ce694534 authored by 耿迪迪's avatar 耿迪迪

人脸测试token验证

parent d84127f5
...@@ -114,7 +114,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter ...@@ -114,7 +114,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
.antMatchers( .antMatchers(
HttpMethod.POST, HttpMethod.POST,
"/subscription/**", "/subscription/**",
"/system/result/**" "/system/result/**",
"/arcFace/**"
).permitAll() ).permitAll()
.antMatchers("/profile/**").anonymous() .antMatchers("/profile/**").anonymous()
.antMatchers("/common/download**").anonymous() .antMatchers("/common/download**").anonymous()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment