Improve swagger generation (#33664)

Remove most "sed" tricks

---------

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
wxiaoguang 2025-02-21 16:04:30 +08:00 committed by GitHub
parent f2fbb897f3
commit 4adb7cad8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 12 deletions

View file

@ -0,0 +1,6 @@
{
"info": {
"version": "{{AppVer | JSEscape}}"
},
"basePath": "{{AppSubUrl | JSEscape}}/api/v1"
}

View file

@ -27580,4 +27580,4 @@
"TOTPHeader": []
}
]
}
}