Commit 279bacd0 by zhangxingmin

push

parent dd5253b5
......@@ -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"
"/communication/api/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