chore: point beta hostname directly to EC2 API
This commit is contained in:
parent
1f22685e72
commit
2aed796ae7
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 'https://betasuppliers.tipro.in';
|
||||
return 'http://16.113.57.127:8080';
|
||||
}
|
||||
return 'http://16.113.57.127:8080';
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue