Commit 170ca53c by Lizh

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

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