Skip to content

Commit

Permalink
fix: missing security definition in openapi spec (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag authored Dec 28, 2023
1 parent ab86332 commit 250f4e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions releases/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ servers:
- url: http://localhost
description: local server

security:
- Authorization: []

components:
securitySchemes:
Authorization:
Expand Down

0 comments on commit 250f4e9

Please sign in to comment.