From 1f22685e728836d177a41fbf0d04915bced70fba Mon Sep 17 00:00:00 2001 From: vickytechkey Date: Sun, 9 Aug 2026 22:10:31 +0530 Subject: [PATCH] chore: update default api url to remote server --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {