|
|
@ -444,7 +444,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
handler: installationController.raiseATicket,
|
|
|
|
handler: installationController.raiseATicket,
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
fastify.get("/api/getraiseAticket/:customerId/:connected_to/:tankHardwareId", {
|
|
|
|
fastify.get("/api/getraiseAticketslave/:customerId/:connected_to/:tankHardwareId", {
|
|
|
|
schema: {
|
|
|
|
schema: {
|
|
|
|
description: "Raise A Ticket particular slave for Support",
|
|
|
|
description: "Raise A Ticket particular slave for Support",
|
|
|
|
tags: ["Support"],
|
|
|
|
tags: ["Support"],
|
|
|
|