diff --git a/src/config.ts b/src/config.ts index 6543129..6b0d91e 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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 = {