@ -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"],