urls: update auth url

This commit is contained in:
Chika 2022-01-26 17:08:58 +03:00
parent 1090fcf2a1
commit 9fc1dc4365

View File

@ -1,5 +1,5 @@
export const CRM_PROXY_URL = '/crmgraphql';
export const CORE_PROXY_URL = '/core';
export const AUTH_PROXY_URL = '/auth-srv';
export const AUTH_PROXY_URL = '/auth';
export const ELT_PROXY_URL = '/elt';
export const _1C_PROXY_URL = '/1c';