[mocks][m]: setup CKAN api mocks with the new apollo setup.
This commit is contained in:
@@ -7,7 +7,7 @@ import { RestLink } from 'apollo-link-rest';
|
||||
let apolloClient;
|
||||
|
||||
const restLink = new RestLink({
|
||||
uri: 'https://demo.ckan.org/api/3/action/',
|
||||
uri: getConfig().publicRuntimeConfig.DMS + '/api/3/action/',
|
||||
typePatcher: {
|
||||
Search: (
|
||||
data: any,
|
||||
|
||||
Reference in New Issue
Block a user