Merge pull request #36 from nprasad2077/games

Games
This commit is contained in:
2025-07-17 00:49:57 -05:00
committed by GitHub
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -965,7 +965,7 @@ var SwaggerInfo = &swag.Spec{
Version: "1.0",
Host: "",
BasePath: "/",
Schemes: []string{"http"},
Schemes: []string{"https", "http"},
Title: "NBA_Go API",
Description: "Stats service, now with public access!",
InfoInstanceName: "swagger",
+1
View File
@@ -1,5 +1,6 @@
{
"schemes": [
"https",
"http"
],
"swagger": "2.0",
+1
View File
@@ -627,6 +627,7 @@ paths:
- PlayerTotals
x-order: 1
schemes:
- https
- http
swagger: "2.0"
tags:
+2 -2
View File
@@ -1,8 +1,8 @@
// @title NBA_Go API
// @version 1.0
// @description Stats service, now with public access!
// //@schemes https
// @schemes http
// @schemes https http
// //@schemes http
// @BasePath /
//
// @tag.name Games