0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-25 15:05:30 +01:00
gitea/templates/swagger/v1_input.json
wxiaoguang 4adb7cad8b
Improve swagger generation (#33664)
Remove most "sed" tricks

---------

Co-authored-by: silverwind <me@silverwind.io>
2025-02-21 00:04:30 -08:00

7 lines
108 B
JSON

{
"info": {
"version": "{{AppVer | JSEscape}}"
},
"basePath": "{{AppSubUrl | JSEscape}}/api/v1"
}