From dfa5e61b6e01b512eb543afcdf36e53437f6c359 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Tue, 22 Apr 2025 11:09:11 +0530 Subject: [PATCH] chnages --- src/routes/installationRoute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],