mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(仪表板): 分享链接过滤器请求错误
This commit is contained in:
@@ -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
Submodule de-xpack updated: 75e1765cbe...db34a9f43b
Reference in New Issue
Block a user