fix(router): remove unused get all group route

This commit is contained in:
Aaron Liu
2025-06-13 13:30:13 +08:00
parent a517f41ab1
commit 95d2b5804e
3 changed files with 1 additions and 25 deletions

View File

@@ -1101,12 +1101,6 @@ func initMasterRouter(dep dependency.Dep) *gin.Engine {
}
}
group := auth.Group("group")
{
// list all groups for options
group.GET("list", controllers.GetGroupList)
}
// WebDAV and devices
devices := auth.Group("devices")
{