summaryrefslogtreecommitdiffstats
path: root/web/api/web_api_v1.c
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/web_api_v1.c')
-rw-r--r--web/api/web_api_v1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/api/web_api_v1.c b/web/api/web_api_v1.c
index c93da27a80..93f501f9ee 100644
--- a/web/api/web_api_v1.c
+++ b/web/api/web_api_v1.c
@@ -751,6 +751,7 @@ inline int web_client_api_request_v1_data(RRDHOST *host, struct web_client *w, c
.tier = tier,
.chart_label_key = chart_label_key,
.charts_labels_filter = chart_labels_filter,
+ .query_source = QUERY_SOURCE_API_DATA,
};
qt = query_target_create(&qtr);