Skip to content

Commit

Permalink
Return all errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EpeusJS committed Jun 19, 2024
1 parent 798a0e5 commit 29c35aa
Show file tree
Hide file tree
Showing 6 changed files with 421 additions and 113 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ const api = new Api({
specification: openAPISpecification,
controllers,
secret: 'test',
logger: console
logger: console,
allErrors: true
})
const { app } = await setupServer({
env: process.env,
Expand Down
Loading

0 comments on commit 29c35aa

Please sign in to comment.