chore: update default api url to remote server
This commit is contained in:
parent
c4a4d20080
commit
1f22685e72
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ const getApiBaseUrl = () => {
|
|||
if (typeof window !== 'undefined' && window.location.hostname === 'betasuppliers.tipro.in') {
|
||||
return 'https://betasuppliers.tipro.in';
|
||||
}
|
||||
return 'http://localhost:8000';
|
||||
return 'http://16.113.57.127:8080';
|
||||
};
|
||||
|
||||
export const CONFIG = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue