master^2
Varun 4 weeks ago
parent 89e118dfb1
commit b1a1a16376

@ -362,7 +362,7 @@ module.exports = function (fastify, opts, next) {
},
],
},
preHandler: fastify.auth([fastify.authenticate]),
//preHandler: fastify.auth([fastify.authenticate]),
handler: tankersController.getAllTankersBookingdetails,
});

Loading…
Cancel
Save