mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 05:55:13 +00:00
games endpoint and controller
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user