master^2
Bhaskar 3 months ago
parent 3e1ad4a5a5
commit c49ce5797b

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

Loading…
Cancel
Save