From 31b41bb45894498889ff506bfd1e68fa921f1700 Mon Sep 17 00:00:00 2001 From: bhaskar Date: Tue, 3 Oct 2023 15:51:03 +0530 Subject: [PATCH] CHANGE --- src/routes/supplierRoute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/supplierRoute.js b/src/routes/supplierRoute.js index bdb90e44..569b24b9 100644 --- a/src/routes/supplierRoute.js +++ b/src/routes/supplierRoute.js @@ -54,7 +54,7 @@ module.exports = function (fastify, opts, next) { }, ], }, - preHandler: fastify.auth([fastify.authenticate]), + //preHandler: fastify.auth([fastify.authenticate]), handler: validationHandler.getConnectedSuppliers, });