resolve unused getApiBaseUrl warning by calling it inside CONFIG
All checks were successful
Beta CI/CD Pipeline / build-and-test (push) Successful in 47s
Beta CI/CD Pipeline / deploy-beta (push) Successful in 7s

This commit is contained in:
vickytechkey 2026-08-09 21:36:56 +05:30
parent 789c6f6445
commit edc3711caf

View file

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