From abaf4db661767f321f19ae2aa22a964c7e32bbb3 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 22 Nov 2021 10:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= =?UTF-8?q?=E4=BF=AE=E6=94=B9URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/private/tool.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routers/private/tool.go b/routers/private/tool.go index ef96c1d98..d05cd4c44 100755 --- a/routers/private/tool.go +++ b/routers/private/tool.go @@ -5,7 +5,6 @@ package private import ( - "fmt" "net/http" "code.gitea.io/gitea/models" @@ -46,6 +45,7 @@ func RepoStatisticManually(ctx *macaron.Context) { repo.TimingCountDataByDate(date) } +/* func CreateModel(ctx *macaron.Context) { JobId := ctx.Query("JobId") VersionName := ctx.Query("VersionName") @@ -88,3 +88,4 @@ func ModifyModel(ctx *macaron.Context) { ctx.JSON(500, "Failed.") } } +*/