tango-app-api-analysis-zone 3.0.0-alpha.24 → 3.0.0-alpha.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-analysis-zone",
3
- "version": "3.0.0-alpha.24",
3
+ "version": "3.0.0-alpha.25",
4
4
  "description": "zone Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -90,7 +90,7 @@ export const zoneSummaryTableV2 = async ( req, res ) => {
90
90
  if ( reqestData.export ) {
91
91
  reqestData.limit = 1000;
92
92
  }
93
- let LamdaURL = 'https://hxpnn5weq3lm4nqouk4pjm3chy0jmqdb.lambda-url.ap-south-1.on.aws/';
93
+ let LamdaURL = 'https://obtvnopiiuwlsrjygprlvjp2p40wokyd.lambda-url.ap-south-1.on.aws/';
94
94
  let resultData = await LamdaServiceCall( LamdaURL, reqestData );
95
95
  if ( resultData ) {
96
96
  if ( resultData.status_code == '200' ) {