Skip to content

Commit

Permalink
fix(api): add security on testament key generate
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrl23 committed Sep 1, 2024
1 parent 200e499 commit 82ce54e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/testaments/testaments.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export default asRoute(async function (app) {
},
schema: {
description: 'generate testament key',
security: [{ bearerAuth: [] }],
tags: ['testaments'],
response: {
200: {
Expand Down

0 comments on commit 82ce54e

Please sign in to comment.