diff --git a/src/api-docs/api.html b/src/api-docs/api.html index dfbff504..068a77b4 100644 --- a/src/api-docs/api.html +++ b/src/api-docs/api.html @@ -49,7 +49,8 @@ show-header = 'false' allow-authentication ="true" > diff --git a/src/api-docs/api.html.save b/src/api-docs/api.html.save new file mode 100644 index 00000000..4bc403af --- /dev/null +++ b/src/api-docs/api.html.save @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/config/swagger.js b/src/config/swagger.js index 81456d6a..fa7556d0 100644 --- a/src/config/swagger.js +++ b/src/config/swagger.js @@ -15,7 +15,8 @@ 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", //Production for swagger +host: "35.207.198.4:3000", schemes: ["http"], consumes: ["application/json"], produces: ["application/json"],