ashok 9 months ago
commit 9190b48179

@ -50,7 +50,7 @@
<!----------------**************************---------------------> <!----------------**************************--------------------->
<rapi-doc <rapi-doc
spec-url="http://armintaaqua.com:3000/documentation/json" spec-url="http://localhost:3000/documentation/json"
show-header = 'false' show-header = 'false'
allow-authentication ="true" allow-authentication ="true"

@ -14,9 +14,9 @@ exports.options = {
}, },
// We have to change this beacause this is running on local // We have to change this beacause this is running on local
// we have to run on this on swagger // 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"], schemes: ["http"],
consumes: ["application/json"], consumes: ["application/json"],
produces: ["application/json"], produces: ["application/json"],

@ -9,8 +9,8 @@ module.exports = function (fastify, opts, next) {
url: "/api/addTanks/:customerId", url: "/api/addTanks/:customerId",
schema: { schema: {
tags: ["Install"], tags: ["Install"],
description: "This is for cretae New Tank", description: "This is for cretae New Tank hi",
summary: "This is for Create New Tank.", summary: "This is for Create New Tank hi.",
params: { params: {
// required: ["InstallerId"], // required: ["InstallerId"],
type: "object", type: "object",

Loading…
Cancel
Save