tango-app-api-analysis-zone 3.7.1-alpha.21 → 3.7.1-alpha.22
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
|
@@ -949,8 +949,8 @@ export const getNewZoneShopperAnalysisV1 = async ( req, res ) => {
|
|
|
949
949
|
}
|
|
950
950
|
|
|
951
951
|
reqestData.featureConfigs = getClientData.featureConfigs;
|
|
952
|
-
const LamdaURL =
|
|
953
|
-
'https://sekueyolczfjl2ggy4hadzxxxu0zqcmt.lambda-url.ap-south-1.on.aws/';
|
|
952
|
+
const LamdaURL ='https://ozvtm7jqes5dpldnhobqdsog3e0kvbka.lambda-url.ap-south-1.on.aws/';
|
|
953
|
+
//'https://sekueyolczfjl2ggy4hadzxxxu0zqcmt.lambda-url.ap-south-1.on.aws/';
|
|
954
954
|
|
|
955
955
|
const resultData = await LamdaServiceCall( LamdaURL, reqestData );
|
|
956
956
|
|