Files
talk/client/coral-admin/src/services/client.js
T
2017-06-15 01:08:25 +07:00

7 lines
211 B
JavaScript

import {getClient as getFrameworkClient} from 'coral-framework/services/client';
import fragmentMatcher from './fragmentMatcher';
export function getClient() {
return getFrameworkClient({fragmentMatcher});
}