moved create user ti install

master
varun 1 year ago
parent 57c370c43d
commit 013113e1d9

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

Loading…
Cancel
Save