From ceb83ab06d2316386ebaa309cc73c2d4998f2066 Mon Sep 17 00:00:00 2001 From: ychao_1983 Date: Sun, 29 Jan 2023 16:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/api/v1/api.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/routers/api/v1/api.go b/routers/api/v1/api.go index 3c2a6d1e3..36375a22e 100755 --- a/routers/api/v1/api.go +++ b/routers/api/v1/api.go @@ -540,9 +540,6 @@ func RegisterRoutes(m *macaron.Macaron) { m.Group("/tech", func() { m.Post("/basic", tech.ImportBasicInfo) - m.Get("/custom", repo.GetCustomImages) - m.Get("/star", repo.GetStarImages) - m.Get("/npu", repo.GetNpuImages) }, reqToken())