mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
dev mode returned local
This commit is contained in:
+1
-1
@@ -477,7 +477,7 @@ var SwaggerInfo = &swag.Spec{
|
||||
Version: "1.0",
|
||||
Host: "",
|
||||
BasePath: "/",
|
||||
Schemes: []string{"https"},
|
||||
Schemes: []string{"http"},
|
||||
Title: "NBA_Go API",
|
||||
Description: "Stats service, now with public access!",
|
||||
InfoInstanceName: "swagger",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"schemes": [
|
||||
"https"
|
||||
"http"
|
||||
],
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
|
||||
+1
-1
@@ -303,7 +303,7 @@ paths:
|
||||
- PlayerTotals
|
||||
x-order: 1
|
||||
schemes:
|
||||
- https
|
||||
- http
|
||||
swagger: "2.0"
|
||||
tags:
|
||||
- name: PlayerTotals
|
||||
|
||||
Reference in New Issue
Block a user