resolve unused getApiBaseUrl warning by calling it inside CONFIG
This commit is contained in:
parent
789c6f6445
commit
edc3711caf
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue