From a3c5457a0162f101ed9dcc24be70eb7c18266a3a Mon Sep 17 00:00:00 2001 From: wangwei Date: Mon, 16 Aug 2021 16:51:02 +0800 Subject: [PATCH] add xlsx --- controller/register.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controller/register.go b/controller/register.go index c228122..81ccc8e 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) } } -- Gitee