fixing https ssl error
This commit is contained in:
parent
e689550d3d
commit
f6ea515196
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const getApiBaseUrl = () => {
|
||||
if (typeof window !== 'undefined' && window.location.hostname === 'betasuppliers.tipro.in') {
|
||||
return 'http://16.113.57.127:8000';
|
||||
return 'https://betasuppliers.tipro.in:8080';
|
||||
}
|
||||
return 'http://localhost:8000';
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue