This commit is contained in:
Ravi Prasad
2025-06-24 01:06:26 -05:00
parent ad4450fa7d
commit 8ef07dfa98
4 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -378,7 +378,7 @@ var SwaggerInfo = &swag.Spec{
Version: "1.0",
Host: "",
BasePath: "/",
Schemes: []string{"http", "https"},
Schemes: []string{"https"},
Title: "NBA_Go API",
Description: "Stats service, now with public access!",
InfoInstanceName: "swagger",
-1
View File
@@ -1,6 +1,5 @@
{
"schemes": [
"http",
"https"
],
"swagger": "2.0",
-1
View File
@@ -243,6 +243,5 @@ paths:
tags:
- PlayerTotals
schemes:
- http
- https
swagger: "2.0"