|
|
@ -54,7 +54,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
preHandler: fastify.auth([fastify.authenticate]),
|
|
|
|
//preHandler: fastify.auth([fastify.authenticate]),
|
|
|
|
handler: validationHandler.getConnectedSuppliers,
|
|
|
|
handler: validationHandler.getConnectedSuppliers,
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|