chore: point beta hostname directly to EC2 API

This commit is contained in:
vickytechkey 2026-08-09 22:19:05 +05:30
parent 1f22685e72
commit 2aed796ae7

View file

@ -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';
};