Commit 170ca53c by Lizh

增加erp访问rest接口,免验证设置

parent 74ba29c1
......@@ -38,7 +38,7 @@ public class WebMvcConfiguration implements WebMvcConfigurer {
"/.well-known/**",
"/favicon.ico",
"/static/**",
"/rest/**");
"/api/v2/rest/**");
}
/**
......
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