dev mode returned local

This commit is contained in:
Ravi Prasad
2025-07-03 21:09:09 -05:00
parent 31dfe054b5
commit fbae36e06e
7 changed files with 55 additions and 30 deletions
+1 -1
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"schemes": [
"https"
"http"
],
"swagger": "2.0",
"info": {
+1 -1
View File
@@ -303,7 +303,7 @@ paths:
- PlayerTotals
x-order: 1
schemes:
- https
- http
swagger: "2.0"
tags:
- name: PlayerTotals