From c49ce5797b096ead1ef44a16b8684f88456993e3 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Mon, 21 Jul 2025 12:21:04 +0530 Subject: [PATCH] changes --- 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 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"],