From 8161c92950eed8f0fed0e9d07f49ecd295d939ec Mon Sep 17 00:00:00 2001 From: "venbatechnologies@gmail.com" Date: Wed, 26 Feb 2020 18:44:09 +0530 Subject: [PATCH] Fairoj : Production api Url Changed --- ng6-seed/src/environments/environment.prod.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ng6-seed/src/environments/environment.prod.ts b/ng6-seed/src/environments/environment.prod.ts index 774e370fc..3a5f4c4e0 100755 --- a/ng6-seed/src/environments/environment.prod.ts +++ b/ng6-seed/src/environments/environment.prod.ts @@ -3,7 +3,7 @@ export const environment = { map_api_key:'AIzaSyA3lYDYxwtn5vLSl45SOKbtK7G6cEyXGr0', environmentName: 'Production Environment',//Live Environment. - apiEndpoint: 'https://pdgenie.com/sparqprod/api/', + apiEndpoint: 'https://api.pdgenie.com/sparqprod/api/', authorization: 'TnAwuc64pVpcB9xf', login_string: "cognito-idp.ap-south-1.amazonaws.com/ap-south-1_MlTee1O5V", @@ -34,4 +34,4 @@ export const environment = { appId: "1:906855209078:web:c1583378f1fb2c71" } -}; \ No newline at end of file +};