revert /proxy to url
This commit is contained in:
parent
0b94ad000d
commit
f1191811ae
@ -27,6 +27,7 @@ export default class {
|
||||
axios
|
||||
.post<IGetCalculationResponse>(
|
||||
getServerUrl(
|
||||
'/proxy',
|
||||
CORE_PROXY_URL,
|
||||
'/api',
|
||||
'/v1',
|
||||
|
||||
@ -3,6 +3,6 @@ import { getServerUrl } from 'client/common/urls';
|
||||
import { CRM_PROXY_URL } from 'core/constants/urls';
|
||||
|
||||
export default new ApolloClient({
|
||||
uri: getServerUrl(CRM_PROXY_URL),
|
||||
uri: getServerUrl('/proxy', CRM_PROXY_URL),
|
||||
cache: new InMemoryCache(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user