修改客户端上报服务端接口路径.

pull/28/head
chen.ma 3 years ago
parent b1acb97105
commit 62828e0fac

@ -83,6 +83,7 @@ public class GlobalSecurityConfig extends WebSecurityConfigurerAdapter {
"/v1/cs/apps/register/**",
"/v1/cs/configs/**",
"/v1/cs/listener/**",
"/v1/cs/monitor/**",
"/v1/cs/notify/list/config/**"
)
.toArray(String[]::new);

Loading…
Cancel
Save