diff --git a/controller/register.go b/controller/register.go index 81ccc8efb46fd02a99d0219b99e5720f127849bd..c2281225ed71824cd64819f1163db5ccfd28f678 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) } }