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

人脸测试token验证

parent d84127f5
......@@ -114,7 +114,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
.antMatchers(
HttpMethod.POST,
"/subscription/**",
"/system/result/**"
"/system/result/**",
"/arcFace/**"
).permitAll()
.antMatchers("/profile/**").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