url.js 359 B

123456
  1. // const graphqlFC = 'https://ec.ioobot.cn/graphql'; // old schema fc mongodb
  2. // const graphqlFC = 'http://ecenhance.ioobot.cn/graphql'; // new schema fc mongodb
  3. const graphqlFC = 'http://ecommerce.ioobot.cn/graphql'; // new schema server mongodb
  4. const storeFile = 'http://deploy.ioobot.cn/api/store-file';
  5. export {graphqlFC, storeFile}