mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-18 17:00:02 +02:00
Fix swagger security parts (#4236)
This commit is contained in:
parent
2b8c0bb5e2
commit
6efdcaed86
2 changed files with 8 additions and 16 deletions
|
@ -20,10 +20,10 @@
|
|||
// - text/html
|
||||
//
|
||||
// Security:
|
||||
// - BasicAuth: []
|
||||
// - Token: []
|
||||
// - AccessToken: []
|
||||
// - AuthorizationHeaderToken: []
|
||||
// - BasicAuth :
|
||||
// - Token :
|
||||
// - AccessToken :
|
||||
// - AuthorizationHeaderToken :
|
||||
//
|
||||
// SecurityDefinitions:
|
||||
// BasicAuth:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue