fix graphql url for proxy
This commit is contained in:
parent
e777ae4f7a
commit
3ebb6e3e89
@ -3,6 +3,6 @@ import { getServerUrl } from 'client/common/urls';
|
||||
import { CRM_PROXY_URL } from 'core/constants/urls';
|
||||
|
||||
export default new ApolloClient({
|
||||
uri: getServerUrl('/proxy', CRM_PROXY_URL),
|
||||
uri: getServerUrl('/proxy', CRM_PROXY_URL, '/'),
|
||||
cache: new InMemoryCache(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user