From 9303b69ea569bcb5e581147543a3fd58e90d0d25 Mon Sep 17 00:00:00 2001 From: sunty <1172534965@qq.com> Date: 星期四, 20 八月 2020 20:05:23 +0800 Subject: [PATCH] add get buckets contrl --- controllers/monitoring.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/controllers/monitoring.go b/controllers/monitoring.go index d7574da..d18673a 100644 --- a/controllers/monitoring.go +++ b/controllers/monitoring.go @@ -88,5 +88,6 @@ } } }*/ - util.ResponseFormat(c, code.Success, tokenRes) + tmpAllDate := esutil.ResponseData(tokenRes) + util.ResponseFormat(c, code.Success, tmpAllDate) } -- Gitblit v1.8.0