From e980d265238b96156fa8d456f946183fb6754210 Mon Sep 17 00:00:00 2001 From: varun Date: Mon, 6 Mar 2023 02:44:57 -0500 Subject: [PATCH] created delete connections --- src/routes/createConnectionsRoute.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/createConnectionsRoute.js b/src/routes/createConnectionsRoute.js index 7f0e7203..502ac2b4 100644 --- a/src/routes/createConnectionsRoute.js +++ b/src/routes/createConnectionsRoute.js @@ -173,6 +173,7 @@ module.exports = function (fastify, opts, next) { preHandler: fastify.auth([fastify.authenticate]), handler: createConnectionController.deleteTankConnections, }); +