Browse Source

提供测试接口

tags/v1.21.12.1
ychao_1983 4 years ago
parent
commit
5b2c866e05
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