Fixing swagger meta preventing spec generation (#54181)

This commit is contained in:
lean.dev
2022-08-24 16:56:28 -03:00
committed by GitHub
parent 41bd36eb97
commit c8f2cd2599

View File

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