Fixing swagger meta preventing spec generation (#54181)

pull/54185/head
lean.dev 3 years ago committed by GitHub
parent 41bd36eb97
commit c8f2cd2599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      pkg/api/api.go

@ -21,14 +21,11 @@
//
// SecurityDefinitions:
// basic:
//
// type: basic
//
// type: basic
// api_key:
//
// type: apiKey
// name: Authorization
// in: header
// type: apiKey
// name: Authorization
// in: header
//
// swagger:meta
package api

Loading…
Cancel
Save