From 911933074bb67481af2b2f7c48ca8958e7b23770 Mon Sep 17 00:00:00 2001 From: Dhanraj Date: Sun, 29 Sep 2024 09:23:18 +0530 Subject: [PATCH] backend url is supported to https --- support-portal-frontend/src/environments/environment.prod.ts | 2 +- support-portal-frontend/src/environments/environment.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/**'] };