From cea33494bb7eb0504c036450de15f7b2d991a0fd Mon Sep 17 00:00:00 2001 From: zouap Date: Thu, 4 Nov 2021 16:09:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/private/internal.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/private/internal.go b/routers/private/internal.go index b029eedf9..5b1d63bff 100755 --- a/routers/private/internal.go +++ b/routers/private/internal.go @@ -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) }