mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
games field fixes
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
func RegisterPlayerTotalRoutes(app *fiber.App, db *gorm.DB) {
|
||||
api := app.Group("/api/playertotals")
|
||||
|
||||
api.Get("/fetch", controllers.FetchPlayerTotalStats(db))
|
||||
// api.Get("/fetch", controllers.FetchPlayerTotalStats(db))
|
||||
api.Get("/scrape", controllers.ScrapePlayerTotalStats(db))
|
||||
api.Get("/", controllers.GetPlayerTotalStats(db))
|
||||
}
|
||||
Reference in New Issue
Block a user