@ -18,6 +18,7 @@ module.exports = function (fastify, opts, next) {
handler: userController.getUsers,
});
fastify.route({
method: "POST",
url: "/api/users/:customerId",