mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(仪表板): 分享链接过滤器url请求失败
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, /datasetData/enumValueObj, /dekey, /share/validate, /sysParameter/queryOnlineMap";
|
||||
private final static String whiteListText = "/user/ipInfo, /apisix/check, /datasetData/enumValue, /datasetData/enumValueObj, /dekey, /share/validate, /sysParameter/queryOnlineMap";
|
||||
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user