dispatchRequest.js 104 B

123456
  1. import adapter from '../adapters/index'
  2. export default (config) => {
  3. return adapter(config)
  4. }