tango-app-api-analysis-traffic 3.0.0-alpha.62 → 3.0.0-alpha.63
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
|
@@ -592,7 +592,7 @@ export const summaryTableV3 = async ( req, res ) => {
|
|
|
592
592
|
return res.sendError( 'Invalid Client Id', 400 );
|
|
593
593
|
}
|
|
594
594
|
reqestData.featureConfigs = getClientData.featureConfigs;
|
|
595
|
-
let LamdaURL = 'https://
|
|
595
|
+
let LamdaURL = 'https://ewen2vlmxmhieea4elztlbjuey0ddqee.lambda-url.ap-south-1.on.aws/';
|
|
596
596
|
let resultData;
|
|
597
597
|
if ( reqestData.export ) {
|
|
598
598
|
let limit = 10000;
|
|
@@ -797,7 +797,7 @@ export const zoneDwellTimeSplitV3 = async ( req, res ) => {
|
|
|
797
797
|
return res.sendError( 'Invalid Client Id', 400 );
|
|
798
798
|
}
|
|
799
799
|
reqestData.featureConfigs = getClientData.featureConfigs;
|
|
800
|
-
let LamdaURL = 'https://
|
|
800
|
+
let LamdaURL = 'https://t3qlfgi6c7b4rkcozqq3ityn7a0wcsaq.lambda-url.ap-south-1.on.aws/';
|
|
801
801
|
let resultData = await LamdaServiceCall( LamdaURL, reqestData );
|
|
802
802
|
if ( resultData ) {
|
|
803
803
|
if ( resultData.status_code == '200' ) {
|