diff --git a/src/routes/installationRoute.js b/src/routes/installationRoute.js index dcd1c919..1b9f663d 100644 --- a/src/routes/installationRoute.js +++ b/src/routes/installationRoute.js @@ -409,7 +409,7 @@ module.exports = function (fastify, opts, next) { }, handler: installationController.getIotDataByCustomer, }); - fastify.get("/api/getAllmasterlistwithslaves/:customerId/:hardwareId", { + fastify.get("/api/getsinglemasterlistwithslaves/:customerId/:hardwareId", { schema: { description: "Get single check masrter connected slave data", tags: ["Installation"],