backend url is supported to https
This commit is contained in:
@ -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/**']
|
||||
};
|
||||
|
||||
@ -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/**']
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user