|
|
@ -772,7 +772,7 @@ fastify.post(
|
|
|
|
handler: installationController.getPendingMasterSlaveSummary,
|
|
|
|
handler: installationController.getPendingMasterSlaveSummary,
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
fastify.get("/api/getAllmasterlistwithslaves/:customerId/:hardwareId", {
|
|
|
|
fastify.get("/api/getAllmasterlistwithslaves/:customerId", {
|
|
|
|
schema: {
|
|
|
|
schema: {
|
|
|
|
description: "Get All check masrter connected slave data with full info",
|
|
|
|
description: "Get All check masrter connected slave data with full info",
|
|
|
|
tags: ["Installation"],
|
|
|
|
tags: ["Installation"],
|
|
|
|