mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 22:15:13 +00:00
https
This commit is contained in:
+1
-1
@@ -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,5 +1,6 @@
|
||||
{
|
||||
"schemes": [
|
||||
"https",
|
||||
"http"
|
||||
],
|
||||
"swagger": "2.0",
|
||||
|
||||
@@ -627,6 +627,7 @@ paths:
|
||||
- PlayerTotals
|
||||
x-order: 1
|
||||
schemes:
|
||||
- https
|
||||
- http
|
||||
swagger: "2.0"
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user