fix elt urls
This commit is contained in:
parent
6932d510eb
commit
b56c86d2a5
@ -48,8 +48,8 @@ function getUrls() {
|
||||
URL_CORE_FINGAP: withBasePath(urls.URL_CORE_FINGAP_PROXY),
|
||||
URL_CRM_CREATEKP: withBasePath(urls.URL_CRM_CREATEKP_PROXY),
|
||||
URL_CRM_GRAPHQL: withBasePath(urls.URL_CRM_GRAPHQL_PROXY),
|
||||
URL_ELT_KASKO: urls.URL_ELT_KASKO_PROXY,
|
||||
URL_ELT_OSAGO: urls.URL_ELT_OSAGO_PROXY,
|
||||
URL_ELT_KASKO: withBasePath(urls.URL_ELT_KASKO_PROXY),
|
||||
URL_ELT_OSAGO: withBasePath(urls.URL_ELT_OSAGO_PROXY),
|
||||
URL_GET_USER: withBasePath(urls.URL_GET_USER_PROXY),
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user