mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: list users
This commit is contained in:
@@ -365,6 +365,12 @@ func InitMasterRouter() *gin.Engine {
|
||||
group.DELETE(":id", controllers.AdminDeleteGroup)
|
||||
}
|
||||
|
||||
user := admin.Group("user")
|
||||
{
|
||||
// 列出用户
|
||||
user.POST("list", controllers.AdminListUser)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 用户
|
||||
|
||||
Reference in New Issue
Block a user