diff --git a/src/api-docs/api.html b/src/api-docs/api.html
index 090ab2bf..c7a55214 100644
--- a/src/api-docs/api.html
+++ b/src/api-docs/api.html
@@ -50,7 +50,8 @@
show-header = 'false'
allow-authentication ="true"
diff --git a/src/config/swagger.js b/src/config/swagger.js
index 46460aaa..9799073e 100644
--- a/src/config/swagger.js
+++ b/src/config/swagger.js
@@ -14,9 +14,9 @@ exports.options = {
},
// We have to change this beacause this is running on local
// we have to run on this on swagger
- host: "localhost:3000", //Devlopemnt host on lcoal
+ // host: "localhost:3000", //Devlopemnt host on lcoal
- // host: "armintaaqua.com:3000", //Production for swagger
+ host: "armintaaqua.com:3000", //Production for swagger
schemes: ["http"],
consumes: ["application/json"],
produces: ["application/json"],
diff --git a/src/routes/tanksRoute.js b/src/routes/tanksRoute.js
index e1e6d4d1..0f6acb37 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",