fix link to prod crmgql

This commit is contained in:
Chika 2020-11-15 20:53:07 +03:00
parent a15d585045
commit 7c8ac4b936

View File

@ -2,7 +2,7 @@ export const SERVER_PORT = process.env.NODE_ENV === 'development' ? 3001 : 80;
export const CRM_GRAPHQL_URL =
process.env.crm !== 'prod'
? 'http://crmgraphql-dev.evoleasing.ru'
: 'http://crmgraphql.evoleasing.ru';
: 'http://crm-graphql.evoleasing.ru';
export const CRM_GRAPHQL_PROXY_URL = '/crmgraphql';
export const CORE_URL =
process.env.NODE_ENV === 'development'