diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2018-06-13 01:23:00 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-06-12 19:23:00 -0400 |
commit | 6efdcaed86565c91a3dc77631372a9cc45a58e89 (patch) | |
tree | dbd002fe0f52d8b0bc6aa8cf40ea50e77ff28f7c /routers/api/v1 | |
parent | 2b8c0bb5e2010d6691e80919f3e9ea65348162b1 (diff) | |
download | gitea-6efdcaed86565c91a3dc77631372a9cc45a58e89.tar.gz gitea-6efdcaed86565c91a3dc77631372a9cc45a58e89.zip |
Fix swagger security parts (#4236)
Diffstat (limited to 'routers/api/v1')
-rw-r--r-- | routers/api/v1/api.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/routers/api/v1/api.go b/routers/api/v1/api.go index eec55cac67..5007a0d56d 100644 --- a/routers/api/v1/api.go +++ b/routers/api/v1/api.go @@ -20,10 +20,10 @@ // - text/html // // Security: -// - BasicAuth: [] -// - Token: [] -// - AccessToken: [] -// - AuthorizationHeaderToken: [] +// - BasicAuth : +// - Token : +// - AccessToken : +// - AuthorizationHeaderToken : // // SecurityDefinitions: // BasicAuth: |