diff --git a/support-portal-frontend/src/environments/environment.prod.ts b/support-portal-frontend/src/environments/environment.prod.ts index 2561a75..89bbea2 100644 --- a/support-portal-frontend/src/environments/environment.prod.ts +++ b/support-portal-frontend/src/environments/environment.prod.ts @@ -3,6 +3,6 @@ export const environment = { // apiUrl: 'http://support-portal.shyshkin.net:5000', // apiUrl: 'http://dockerapp.shyshkin.net:8080', // apiUrl: 'https://dockerapp.shyshkin.net', - apiUrl: 'http://cncbackend.techzoos.in', + apiUrl: 'https://cncbackend.techzoos.in', publicUrls: ['/user/login', '/user/register', '/user/*/profile-image', '/user/*/profile-image/**'] }; diff --git a/support-portal-frontend/src/environments/environment.ts b/support-portal-frontend/src/environments/environment.ts index 38e945e..86b8bcf 100644 --- a/support-portal-frontend/src/environments/environment.ts +++ b/support-portal-frontend/src/environments/environment.ts @@ -10,7 +10,7 @@ export const environment = { // apiUrl: 'http://supportportalbackend-env.eba-wfr5wya3.eu-north-1.elasticbeanstalk.com', // apiUrl: 'http://support-portal.shyshkin.net:5000', // apiUrl: 'http://localhost:8080', - apiUrl: 'http://cncbackend.techzoos.in', + apiUrl: 'https://cncbackend.techzoos.in', publicUrls: ['/user/login', '/user/register', '/user/*/profile-image', '/user/*/profile-image/**'] };