From 0ed3dace699a8f696a6b2d5037a60066fdef8eb6 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 31 十月 2019 17:35:28 +0800 Subject: [PATCH] add dbperson move and copy --- router/router.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/router/router.go b/router/router.go index 835cae2..93aa948 100644 --- a/router/router.go +++ b/router/router.go @@ -192,6 +192,8 @@ vdbperson.POST("/updateFace", dbPersonCont.UpdateFace) vdbperson.POST("/joinDbTable", dbPersonCont.JoinDbTable) + vdbperson.POST("/move", dbPersonCont.Move) + vdbperson.POST("/copy", dbPersonCont.Copy) } // 绯荤粺璁剧疆 鎿嶄綔 -- Gitblit v1.8.0