fix(仪表板): 分享链接过滤器请求错误

This commit is contained in:
fit2cloud-chenyw
2024-11-07 09:31:36 +08:00
parent 37f2f4d791
commit cf2a882cf4
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