correction an invalid yaml in the documentation (#1703)

This commit is contained in:
vadim2991 2020-08-21 23:39:40 +03:00 committed by GitHub
parent 878c436698
commit 5dce5fe1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,9 +117,9 @@ You can configure global information in the bundle configuration ``documentation
components:
securitySchemes:
Bearer:
type: http
scheme: bearer
bearerFormat: JWT
type: http
scheme: bearer
bearerFormat: JWT
security:
- Bearer: []