From 3ffa5fa7fb04ede31bd301eb9bc1d1270b1f30ca Mon Sep 17 00:00:00 2001 From: Varun Date: Fri, 27 Dec 2024 16:23:36 +0530 Subject: [PATCH] test4 --- src/routes/tanksRoute.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/tanksRoute.js b/src/routes/tanksRoute.js index 0f6acb37..55b60594 100644 --- a/src/routes/tanksRoute.js +++ b/src/routes/tanksRoute.js @@ -9,8 +9,8 @@ module.exports = function (fastify, opts, next) { url: "/api/addTanks/:customerId", schema: { tags: ["Install"], - description: "This is for cretae New Tank", - summary: "This is for Create New Tank.", + description: "This is for cretae New Tank hi", + summary: "This is for Create New Tank. hi", params: { // required: ["InstallerId"], type: "object",