Skip to content

Commit

Permalink
move helmet to apiOnly for test
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Dec 7, 2023
1 parent 9091738 commit f9b263c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/middleware.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ module.exports = {
compression: {
enabled: false,
},
},
apiOnly: {
helmet: {
enabled: false,
},
},
apiOnly: {
morgan: {
enabled: false,
},
Expand Down

0 comments on commit f9b263c

Please sign in to comment.