diff --git a/docs/docs.go b/docs/docs.go index 0e4aad6..762962d 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -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", diff --git a/docs/swagger.json b/docs/swagger.json index 2c2e10d..ff3229a 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -1,5 +1,6 @@ { "schemes": [ + "https", "http" ], "swagger": "2.0", diff --git a/docs/swagger.yaml b/docs/swagger.yaml index ef93c65..cd0a7a3 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -627,6 +627,7 @@ paths: - PlayerTotals x-order: 1 schemes: +- https - http swagger: "2.0" tags: