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