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", Version: "1.0",
Host: "", Host: "",
BasePath: "/", BasePath: "/",
Schemes: []string{"http", "https"}, Schemes: []string{"https"},
Title: "NBA_Go API", Title: "NBA_Go API",
Description: "Stats service, now with public access!", Description: "Stats service, now with public access!",
InfoInstanceName: "swagger", InfoInstanceName: "swagger",
-1
View File
@@ -1,6 +1,5 @@
{ {
"schemes": [ "schemes": [
"http",
"https" "https"
], ],
"swagger": "2.0", "swagger": "2.0",
-1
View File
@@ -243,6 +243,5 @@ paths:
tags: tags:
- PlayerTotals - PlayerTotals
schemes: schemes:
- http
- https - https
swagger: "2.0" swagger: "2.0"
+1 -1
View File
@@ -1,7 +1,7 @@
// @title NBA_Go API // @title NBA_Go API
// @version 1.0 // @version 1.0
// @description Stats service, now with public access! // @description Stats service, now with public access!
// @schemes http https // @schemes https
// @BasePath / // @BasePath /
// //
// To re-enable security docs: // To re-enable security docs: