diff --git a/src/routes/tanksRoute.js b/src/routes/tanksRoute.js index 55b60594..f3844122 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 hi", - summary: "This is for Create New Tank. hi", + description: "This is for cretae New Tank ", + summary: "This is for Create New Tank.", params: { // required: ["InstallerId"], type: "object",