feat: 分组统计接口

This commit is contained in:
tbphp
2025-07-12 13:01:35 +08:00
parent 41115d0dcd
commit 2796c05934
2 changed files with 180 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ func registerProtectedAPIRoutes(api *gin.RouterGroup, serverHandler *handler.Ser
groups.GET("/config-options", serverHandler.GetGroupConfigOptions)
groups.PUT("/:id", serverHandler.UpdateGroup)
groups.DELETE("/:id", serverHandler.DeleteGroup)
groups.GET("/:id/stats", serverHandler.GetGroupStats)
}
// Key Management Routes