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