Commit 43928221 by zhangxingmin

push

parent 2a70fe92
......@@ -85,7 +85,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/insurance/base/api/v3/api-docs",
"/csf/api/v3/api-docs",
"/auth/v3/api-docs",
"/ws"
"/ws/**"
).permitAll()
.anyRequest().authenticated()
.and()
......
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