update swagger host
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
// @license.name MIT
|
||||
// @license.url https://opensource.org/licenses/MIT
|
||||
//
|
||||
// @host https://acc.jurmanovic.com
|
||||
// @host acc.jurmanovic.com
|
||||
// @BasePath /v1
|
||||
// @schemes http https
|
||||
//
|
||||
|
||||
@@ -1979,7 +1979,7 @@ const docTemplate = `{
|
||||
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
||||
var SwaggerInfo = &swag.Spec{
|
||||
Version: "1.0",
|
||||
Host: "https://acc.jurmanovic.com",
|
||||
Host: "acc.jurmanovic.com",
|
||||
BasePath: "/v1",
|
||||
Schemes: []string{"http", "https"},
|
||||
Title: "ACC Server Manager API",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"version": "1.0"
|
||||
},
|
||||
"host": "https://acc.jurmanovic.com",
|
||||
"host": "acc.jurmanovic.com",
|
||||
"basePath": "/v1",
|
||||
"paths": {
|
||||
"/api/server": {
|
||||
|
||||
@@ -112,7 +112,7 @@ definitions:
|
||||
username:
|
||||
type: string
|
||||
type: object
|
||||
host: https://acc.jurmanovic.com
|
||||
host: acc.jurmanovic.com
|
||||
info:
|
||||
contact:
|
||||
name: ACC Server Manager Support
|
||||
|
||||
Reference in New Issue
Block a user