Skip to content

Commit

Permalink
fix(review-swagger-docs): fix swagger documentation of thereview task (
Browse files Browse the repository at this point in the history
…#114)

- add missing security tag in review docs

[Fixes #113]
  • Loading branch information
jkarenzi authored May 30, 2024
1 parent 726d8e1 commit 1b0a766
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/reviewDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* post:
* summary: Create a new review
* tags: [Reviews]
* security:
* - bearerAuth: []
* consumes:
* - application/json
* produces:
Expand Down

0 comments on commit 1b0a766

Please sign in to comment.