feat: 批量转移服务器给其他用户

This commit is contained in:
naiba
2025-06-16 23:46:36 +08:00
parent ed5aaabb18
commit bce7fdd547
4 changed files with 66 additions and 2 deletions

View File

@@ -113,6 +113,7 @@ func routers(r *gin.Engine, frontendDist fs.FS) {
auth.GET("/server/config/:id", commonHandler(getServerConfig))
auth.POST("/server/config", commonHandler(setServerConfig))
auth.POST("/batch-delete/server", commonHandler(batchDeleteServer))
auth.POST("/batch-move/server", commonHandler(batchMoveServer))
auth.POST("/force-update/server", commonHandler(forceUpdateServer))
auth.GET("/notification", listHandler(listNotification))