mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 21:33:02 +01:00
fix: API URLs for docs (#599)
* fix: API URLs for docs * fix: merge issue
This commit is contained in:
@@ -10,7 +10,8 @@ const docTemplate = `{
|
||||
"description": "{{escape .Description}}",
|
||||
"title": "{{.Title}}",
|
||||
"contact": {
|
||||
"name": "Don't"
|
||||
"name": "Homebox Team",
|
||||
"url": "https://discord.homebox.software"
|
||||
},
|
||||
"version": "{{.Version}}"
|
||||
},
|
||||
@@ -3262,7 +3263,7 @@ const docTemplate = `{
|
||||
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
||||
var SwaggerInfo = &swag.Spec{
|
||||
Version: "1.0",
|
||||
Host: "",
|
||||
Host: "demo.homebox.software",
|
||||
BasePath: "/api",
|
||||
Schemes: []string{},
|
||||
Title: "Homebox API",
|
||||
|
||||
Reference in New Issue
Block a user