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',