mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
fix(仪表板): 分享链接过滤器请求错误
This commit is contained in:
parent
37f2f4d791
commit
cf2a882cf4
@ -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
|
||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 75e1765cbebf599bcb3ee609ec445a9cd062633a
|
||||
Subproject commit db34a9f43beaa57f8942dfdee2c748c0afb88040
|
Loading…
Reference in New Issue
Block a user