diff --git a/controller/register.go b/controller/register.go index c2281225ed71824cd64819f1163db5ccfd28f678..81ccc8efb46fd02a99d0219b99e5720f127849bd 100644 --- a/controller/register.go +++ b/controller/register.go @@ -21,5 +21,6 @@ func Register(app *iris.Application) { userController.Get("/getUserInfo", GetUserInfo) userController.Get("/addUser", addUser) userController.Get("/upload", upload) + userController.Get("/upload1", upload) } }