ashok 1 year ago
commit 915bf9e2d7

@ -18,6 +18,7 @@ module.exports = function (fastify, opts, next) {
handler: userController.getUsers,
});
fastify.route({
method: "POST",
url: "/api/users/:customerId",
@ -123,7 +124,7 @@ module.exports = function (fastify, opts, next) {
fastify.route({
method: "POST",
url: "/api/users/:installationId",
url: "/api/user/:installationId",
schema: {
tags: ["Install"],
description: "This is for cretae New user",

Loading…
Cancel
Save