mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
+1
-1
@@ -965,7 +965,7 @@ var SwaggerInfo = &swag.Spec{
|
|||||||
Version: "1.0",
|
Version: "1.0",
|
||||||
Host: "",
|
Host: "",
|
||||||
BasePath: "/",
|
BasePath: "/",
|
||||||
Schemes: []string{"http"},
|
Schemes: []string{"https", "http"},
|
||||||
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,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"schemes": [
|
"schemes": [
|
||||||
|
"https",
|
||||||
"http"
|
"http"
|
||||||
],
|
],
|
||||||
"swagger": "2.0",
|
"swagger": "2.0",
|
||||||
|
|||||||
@@ -627,6 +627,7 @@ paths:
|
|||||||
- PlayerTotals
|
- PlayerTotals
|
||||||
x-order: 1
|
x-order: 1
|
||||||
schemes:
|
schemes:
|
||||||
|
- https
|
||||||
- http
|
- http
|
||||||
swagger: "2.0"
|
swagger: "2.0"
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
// @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 https
|
// @schemes https http
|
||||||
// @schemes http
|
// //@schemes http
|
||||||
// @BasePath /
|
// @BasePath /
|
||||||
//
|
//
|
||||||
// @tag.name Games
|
// @tag.name Games
|
||||||
|
|||||||
Reference in New Issue
Block a user