chore: update default api url to remote server
All checks were successful
Beta CI/CD Pipeline / build-and-test (push) Successful in 46s
Beta CI/CD Pipeline / deploy-beta (push) Successful in 7s

This commit is contained in:
vickytechkey 2026-08-09 22:10:31 +05:30
parent c4a4d20080
commit 1f22685e72

View file

@ -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 = {