games endpoint and controller

This commit is contained in:
Ravi Prasad
2025-07-16 23:45:31 -05:00
parent 7dcec04f5d
commit 681bf80408
9 changed files with 1734 additions and 3 deletions
+2
View File
@@ -5,6 +5,7 @@
// @schemes http
// @BasePath /
//
// @tag.name Games
// @tag.name PlayerTotals
// @tag.name PlayerStats
// @tag.name PlayerShotChart
@@ -114,6 +115,7 @@ func main() {
routes.RegisterPlayerAdvancedRoutes(app, db)
routes.RegisterPlayerTotalRoutes(app, db)
routes.RegisterPlayerShotChartRoutes(app, db)
routes.RegisterGameRoutes(app, db)
/* ---------- START & SHUTDOWN ---------- */
go func() {