fennec-fe/apollo.config.js

9 lines
133 B
JavaScript
Raw Normal View History

2021-04-18 11:18:29 +08:00
module.exports = {
client: {
service: {
name: 'fennec-be',
url: 'http://api.fennec.localhost/graphql'
2021-04-18 11:18:29 +08:00
}
}
};