From e633fdaea78c6366270c2b627c4a1305cb358e9f Mon Sep 17 00:00:00 2001 From: Varun Date: Mon, 8 Sep 2025 12:03:16 +0530 Subject: [PATCH] commit --- src/routes/tankersRoute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/tankersRoute.js b/src/routes/tankersRoute.js index de7d83a3..2e5b00a5 100644 --- a/src/routes/tankersRoute.js +++ b/src/routes/tankersRoute.js @@ -362,7 +362,7 @@ module.exports = function (fastify, opts, next) { }, ], }, - //preHandler: fastify.auth([fastify.authenticate]), + preHandler: fastify.auth([fastify.authenticate]), handler: tankersController.getAllTankersBookingdetails, });