fennec-fe/apollo.config.js
Ivan Li 57eb3d317b feat(projects): 左侧项目菜单。
feat: tailwindcss + mobx + apollo.
2021-02-01 22:22:38 +08:00

9 lines
127 B
JavaScript

module.exports = {
client: {
service: {
name: 'fennec-be',
url: 'http://localhost:7122/graphql'
}
}
};