From b1a1a16376812f7dd61ac9de2c44fa9bd8380466 Mon Sep 17 00:00:00 2001 From: Varun Date: Mon, 8 Sep 2025 11:54:53 +0530 Subject: [PATCH] changes --- 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 2e5b00a5..de7d83a3 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, });