mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-21 22:54:48 +01:00
Fix version in documentation
This commit is contained in:
@@ -716,7 +716,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: "0.6.1",
|
Version: "0.9.0",
|
||||||
Host: "",
|
Host: "",
|
||||||
BasePath: "/",
|
BasePath: "/",
|
||||||
Schemes: []string{"https", "http"},
|
Schemes: []string{"https", "http"},
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"name": "GNU GPL",
|
"name": "GNU GPL",
|
||||||
"url": "https://www.gnu.org/licenses/gpl-3.0.en.html"
|
"url": "https://www.gnu.org/licenses/gpl-3.0.en.html"
|
||||||
},
|
},
|
||||||
"version": "0.6.1"
|
"version": "0.9.0"
|
||||||
},
|
},
|
||||||
"basePath": "/",
|
"basePath": "/",
|
||||||
"paths": {
|
"paths": {
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ info:
|
|||||||
name: GNU GPL
|
name: GNU GPL
|
||||||
url: https://www.gnu.org/licenses/gpl-3.0.en.html
|
url: https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||||
title: LNDhub.go
|
title: LNDhub.go
|
||||||
version: 0.6.1
|
version: 0.9.0
|
||||||
paths:
|
paths:
|
||||||
/auth:
|
/auth:
|
||||||
post:
|
post:
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -43,7 +43,7 @@ var indexHtml string
|
|||||||
var staticContent embed.FS
|
var staticContent embed.FS
|
||||||
|
|
||||||
// @title LNDhub.go
|
// @title LNDhub.go
|
||||||
// @version 0.6.1
|
// @version 0.9.0
|
||||||
// @description Accounting wrapper for the Lightning Network providing separate accounts for end-users.
|
// @description Accounting wrapper for the Lightning Network providing separate accounts for end-users.
|
||||||
|
|
||||||
// @contact.name Alby
|
// @contact.name Alby
|
||||||
|
|||||||
Reference in New Issue
Block a user