forked from github/dataease
fix(仪表板): 分享链接树过滤器请求失败
This commit is contained in:
parent
a1e57ba96c
commit
ab1478b7ca
@ -19,7 +19,7 @@ import java.util.List;
|
|||||||
@Component
|
@Component
|
||||||
public class LinkInterceptor implements HandlerInterceptor {
|
public class LinkInterceptor implements HandlerInterceptor {
|
||||||
|
|
||||||
private final static String whiteListText = "/user/ipInfo, /apisix/check, /datasetData/enumValue, /datasetData/enumValueObj, /dekey, /share/validate, /sysParameter/queryOnlineMap";
|
private final static String whiteListText = "/user/ipInfo, /apisix/check, /datasetData/enumValue, /datasetData/enumValueObj, /datasetData/getFieldTree, /dekey, /share/validate, /sysParameter/queryOnlineMap";
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user