Show Gitea version in swagger (#14654)

Show Gitea version in swagger

Co-authored-by: 6543 <6543@obermui.de>
mj-v1.14.3
techknowlogick 3 years ago committed by GitHub
parent 9e852edc41
commit a3cc842e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@
// //
// Schemes: http, https // Schemes: http, https
// BasePath: /api/v1 // BasePath: /api/v1
// Version: 1.1.1 // Version: {{AppVer}}
// License: MIT http://opensource.org/licenses/MIT // License: MIT http://opensource.org/licenses/MIT
// //
// Consumes: // Consumes:

@ -19,7 +19,7 @@
"name": "MIT", "name": "MIT",
"url": "http://opensource.org/licenses/MIT" "url": "http://opensource.org/licenses/MIT"
}, },
"version": "1.1.1" "version": "{{AppVer}}"
}, },
"basePath": "{{AppSubUrl}}/api/v1", "basePath": "{{AppSubUrl}}/api/v1",
"paths": { "paths": {

Loading…
Cancel
Save