diff --git a/support-portal-frontend/src/environments/environment.prod.ts b/support-portal-frontend/src/environments/environment.prod.ts index 800fa4f..2561a75 100644 --- a/support-portal-frontend/src/environments/environment.prod.ts +++ b/support-portal-frontend/src/environments/environment.prod.ts @@ -2,6 +2,7 @@ export const environment = { production: true, // apiUrl: 'http://support-portal.shyshkin.net:5000', // apiUrl: 'http://dockerapp.shyshkin.net:8080', - apiUrl: 'https://dockerapp.shyshkin.net', + // apiUrl: 'https://dockerapp.shyshkin.net', + apiUrl: 'http://cncbackend.techzoos.in', publicUrls: ['/user/login', '/user/register', '/user/*/profile-image', '/user/*/profile-image/**'] };