浏览代码

数据回调接口加入url访问白名单

oyq28 2 年之前
父节点
当前提交
565ba065ff

+ 1 - 1
imcs-admin-boot/imcs-authority-server/src/main/java/com/github/zuihou/authority/config/AuthorityWebConfiguration.java

@@ -86,7 +86,7 @@ public class AuthorityWebConfiguration extends BaseConfig implements WebMvcConfi
 
                 "/",
                 "/csrf",
-
+                "/agv/agvCallbackService/agvCallback",
                 "/META-INF/resources/**",
                 "/resources/**",
                 "/static/**",