From 83cd39f5bfc14b813f558bc1ac73ca64de68306f Mon Sep 17 00:00:00 2001 From: wangwei Date: Mon, 16 Aug 2021 18:00:30 +0800 Subject: [PATCH] fix --- controller/register.go | 1 - 1 file changed, 1 deletion(-) diff --git a/controller/register.go b/controller/register.go index 81ccc8e..c228122 100644 --- a/controller/register.go +++ b/controller/register.go @@ -21,6 +21,5 @@ func Register(app *iris.Application) { userController.Get("/getUserInfo", GetUserInfo) userController.Get("/addUser", addUser) userController.Get("/upload", upload) - userController.Get("/upload1", upload) } } -- Gitee