Skip to content

Commit

Permalink
fix: remove expose head
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Sep 22, 2022
1 parent 9a4f111 commit dedf6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function fastifyOverview (fastify, options, next) {
const routeConfig = Object.assign(
{
method: 'GET',

exposeHeadRoute: false,
url: '/json-overview'
},
opts.exposeRouteOptions,
Expand Down

0 comments on commit dedf6a5

Please sign in to comment.