up address book add version #20

This commit is contained in:
ljw
2024-10-28 19:48:47 +08:00
parent 02232fc343
commit 1191ade8af
4 changed files with 24 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ func PeerBind(rg *gin.RouterGroup) {
aR.POST("/create", cont.Create)
aR.POST("/update", cont.Update)
aR.POST("/delete", cont.Delete)
aR.POST("/simpleData", cont.SimpleData)
arp := aR.Use(middleware.AdminPrivilege())
arp.POST("/batchDelete", cont.BatchDelete)