From edc3711cafb2d27a87654e8c71b71729ea8c2fdb Mon Sep 17 00:00:00 2001 From: vickytechkey Date: Sun, 9 Aug 2026 21:36:56 +0530 Subject: [PATCH] resolve unused getApiBaseUrl warning by calling it inside CONFIG --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index d289376..761e00b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -6,7 +6,7 @@ const getApiBaseUrl = () => { }; export const CONFIG = { - apiBaseUrl: 'http://16.113.57.127:8080', + apiBaseUrl: getApiBaseUrl(), companyName: 'Global Artisans Hub', logoLetter: 'A', supportEmail: 'support@globalartisanshub.com',