Browse Source

update

tags/v1.22.6.1^2
liuzx 4 years ago
parent
commit
b09df2e2e0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      routers/api/v1/api.go

+ 0
- 1
routers/api/v1/api.go View File

@@ -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)


Loading…
Cancel
Save