fix elt urls

This commit is contained in:
vchikalkin 2023-05-11 13:10:44 +03:00
parent 6932d510eb
commit b56c86d2a5

View File

@ -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),
};
}