|
|
@ -706,7 +706,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
handler: installationController.getLongTermCustomerDetails,
|
|
|
|
handler: installationController.getLongTermCustomerDetails,
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
fastify.get("/api/longTermissusesbuildingdetails/:supportId/:customerId", {
|
|
|
|
fastify.get("/api/longTermissusesmasterslavedetails/:supportId/:customerId", {
|
|
|
|
schema: {
|
|
|
|
schema: {
|
|
|
|
description: "Long Term Issues the master and slave details move for Support",
|
|
|
|
description: "Long Term Issues the master and slave details move for Support",
|
|
|
|
tags: ["Support"],
|
|
|
|
tags: ["Support"],
|
|
|
|