Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1036/head
zouap 3 years ago
parent
commit
cea33494bb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/private/internal.go

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

@@ -44,5 +44,6 @@ func RegisterRoutes(m *macaron.Macaron) {
m.Post("/manager/flush-queues", bind(private.FlushOptions{}), FlushQueues)
m.Post("/tool/update_all_repo_commit_cnt", UpdateAllRepoCommitCnt)
m.Post("/tool/repo_stat", RepoStatisticManually)
m.Post("/tool/create_model", CreateModel)
}, CheckInternalToken)
}

Loading…
Cancel
Save