diff --git a/src/config/swagger.js b/src/config/swagger.js index 9799073e..f13e1ce5 100644 --- a/src/config/swagger.js +++ b/src/config/swagger.js @@ -16,7 +16,7 @@ exports.options = { // we have to run on this on swagger // host: "localhost:3000", //Devlopemnt host on lcoal - host: "armintaaqua.com:3000", //Production for swagger + host: "35.207.205.18:3000", //Production for swagger schemes: ["http"], consumes: ["application/json"], produces: ["application/json"],