swagger order

This commit is contained in:
Ravi Prasad
2025-07-01 18:24:12 -05:00
parent 637d3e4aba
commit 3d93e26a71
7 changed files with 49 additions and 8 deletions
@@ -95,6 +95,7 @@ func ScrapePlayerAdvancedStats(db *gorm.DB) fiber.Handler {
// @Summary Get player advanced stats
// @Description Returns filtered and paginated player advanced stats
// @Tags PlayerStats
// @x-order 2
// @Group Player Stats
// @Accept json
// @Produce json
@@ -72,6 +72,7 @@ func ScrapePlayerShotChart(db *gorm.DB) fiber.Handler {
// @Summary Get shot-chart data
// @Description Returns a paginated list of shot-chart points, optionally filtered by various parameters.
// @Tags PlayerShotChart
// @x-order 3
// @Group Player-Specific
// @Accept json
// @Produce json
+1
View File
@@ -96,6 +96,7 @@ func ScrapePlayerTotalStats(db *gorm.DB) fiber.Handler {
// @Summary Get player total stats
// @Description Filter and paginate player totals
// @Tags PlayerTotals
// @x-order 1
// @Group Player Stats
// @Accept json
// @Produce json