fix link to prod crmgql
This commit is contained in:
parent
a15d585045
commit
7c8ac4b936
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user