From 224c221e6079713669a8f5cc38a230d73c1deded Mon Sep 17 00:00:00 2001 From: raj Date: Fri, 19 May 2023 05:20:09 +0000 Subject: [PATCH] changes --- src/api-docs/api.html | 3 +- src/api-docs/api.html.save | 67 ++++++++++++++++++++++++++++++++++++++ src/config/swagger.js | 3 +- 3 files changed, 71 insertions(+), 2 deletions(-) create mode 100644 src/api-docs/api.html.save 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"],