Browse Source

Merge pull request '提供测试接口' (#620) from fix-473 into V20211101

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/620
Reviewed-by: lewis <747342561@qq.com>
tags/v1.21.12.1
lewis 4 years ago
parent
commit
4c26155e64
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/private/tool.go

+ 1
- 0
routers/private/tool.go View File

@@ -41,4 +41,5 @@ func UpdateAllRepoCommitCnt(ctx *macaron.Context) {
func RepoStatisticManually(ctx *macaron.Context) {
date := ctx.Query("date")
repo.RepoStatisticDaily(date)
repo.SummaryStatisticDaily(date)
}

Loading…
Cancel
Save