master^2
Bhaskar 6 months ago
parent 267eb58407
commit dfa5e61b6e

@ -409,7 +409,7 @@ module.exports = function (fastify, opts, next) {
}, },
handler: installationController.getIotDataByCustomer, handler: installationController.getIotDataByCustomer,
}); });
fastify.get("/api/getAllmasterlistwithslaves/:customerId/:hardwareId", { fastify.get("/api/getsinglemasterlistwithslaves/:customerId/:hardwareId", {
schema: { schema: {
description: "Get single check masrter connected slave data", description: "Get single check masrter connected slave data",
tags: ["Installation"], tags: ["Installation"],

Loading…
Cancel
Save