diff --git a/src/routes/installationRoute.js b/src/routes/installationRoute.js index 5a397277..efa5d97f 100644 --- a/src/routes/installationRoute.js +++ b/src/routes/installationRoute.js @@ -789,7 +789,7 @@ fastify.post( }, handler: installationController.getIotDataByCustomer, }); - fastify.get("/api/getsinglemasterlistwithslaves/:customerId/:hardwareId", { + fastify.get("/api/getsinglemasterlistwithslaves/:customerId", { schema: { description: "Get single check masrter connected slave data", tags: ["Installation"],