diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2025-02-21 16:04:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-21 00:04:30 -0800 |
commit | 4adb7cad8b75b0d6154c91de1a64582ada2e300e (patch) | |
tree | 5fb8f4edd6d530c6cd893ce13441fde9685800fe /routers/api/v1 | |
parent | f2fbb897f3bf68a1af1410a2b4ce7a289ef73c1a (diff) | |
download | gitea-4adb7cad8b75b0d6154c91de1a64582ada2e300e.tar.gz gitea-4adb7cad8b75b0d6154c91de1a64582ada2e300e.zip |
Improve swagger generation (#33664)
Remove most "sed" tricks
---------
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'routers/api/v1')
-rw-r--r-- | routers/api/v1/api.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/routers/api/v1/api.go b/routers/api/v1/api.go index 907a2f08fe..bc76b5285e 100644 --- a/routers/api/v1/api.go +++ b/routers/api/v1/api.go @@ -7,8 +7,6 @@ // This documentation describes the Gitea API. // // Schemes: https, http -// BasePath: /api/v1 -// Version: {{AppVer | JSEscape}} // License: MIT http://opensource.org/licenses/MIT // // Consumes: |