update swagger host
All checks were successful
Release and Deploy / build (push) Successful in 1m49s
Release and Deploy / deploy (push) Successful in 21s

This commit is contained in:
Fran Jurmanović
2025-08-05 14:52:02 +02:00
parent 5324a41e05
commit 35449a090d
4 changed files with 4 additions and 4 deletions

View File

@@ -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
//

View File

@@ -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",

View File

@@ -17,7 +17,7 @@
},
"version": "1.0"
},
"host": "https://acc.jurmanovic.com",
"host": "acc.jurmanovic.com",
"basePath": "/v1",
"paths": {
"/api/server": {

View File

@@ -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