created delete connections

master
varun 3 years ago
parent ec04441bb2
commit 89c27bbfd8

@ -149,7 +149,7 @@ module.exports = function (fastify, opts, next) {
method: "PUT", method: "PUT",
url: "/api/deleteTankConnections/:customerId", url: "/api/deleteTankConnections/:customerId",
schema: { schema: {
tags: ["Tank"], tags: ["Connections"],
summary: "This is for delete tank connections", summary: "This is for delete tank connections",
params: { params: {
required: ["customerId"], required: ["customerId"],

Loading…
Cancel
Save