From b09df2e2e0160e81f9e885dd6876c2b1b800c018 Mon Sep 17 00:00:00 2001 From: liuzx Date: Tue, 10 May 2022 17:59:02 +0800 Subject: [PATCH] update --- routers/api/v1/api.go | 1 - 1 file changed, 1 deletion(-) diff --git a/routers/api/v1/api.go b/routers/api/v1/api.go index 026dae936..93625b6e2 100755 --- a/routers/api/v1/api.go +++ b/routers/api/v1/api.go @@ -559,7 +559,6 @@ func RegisterRoutes(m *macaron.Macaron) { m.Get("/query_user_all", operationReq, repo_ext.QueryUserStaticAll) //cloudbrain board m.Group("/cloudbrainboard", func() { - // m.Get("/downloadStatistics", repo.ServeCloudbrainPeriodStatisticsFile) m.Get("/downloadAll", repo.DownloadCloudBrainBoard) m.Group("/cloudbrain", func() { m.Get("/overview", repo.GetAllCloudbrainsOverview)