diff --git a/src/api-docs/api.html b/src/api-docs/api.html index 068a77b4..185eda19 100644 --- a/src/api-docs/api.html +++ b/src/api-docs/api.html @@ -49,8 +49,8 @@ + spec-url="http://35.207.198.4:3000/documentation/json" + show-header = 'false' allow-authentication ="true" > diff --git a/src/config/swagger.js b/src/config/swagger.js index fa7556d0..04ebf510 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:5000", //Devlopemnt host on lcoal - //host: "35.207.198.4:3000", //Production for swagger -host: "35.207.198.4:3000", + //host: "localhost:3000", //Devlopemnt host on lcoal + + host: "35.207.198.4:3000", //Production for swagger schemes: ["http"], consumes: ["application/json"], produces: ["application/json"],