Merge pull request #13191 from dataease/pr@dev-v2@fix_share_link_filter

fix(仪表板): 分享链接过滤器请求错误
This commit is contained in:
xuwei-fit2cloud 2024-11-07 09:38:33 +08:00 committed by GitHub
commit 47a56a9502
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import java.util.List;
@Component
public class LinkInterceptor implements HandlerInterceptor {
private final static String whiteListText = "/user/ipInfo, /apisix/check";
private final static String whiteListText = "/user/ipInfo, /apisix/check, /datasetData/enumValueObj";
@Override

@ -1 +1 @@
Subproject commit 75e1765cbebf599bcb3ee609ec445a9cd062633a
Subproject commit db34a9f43beaa57f8942dfdee2c748c0afb88040