fennec-fe/apollo.config.js

9 lines
130 B
JavaScript
Raw Normal View History

2021-04-18 11:18:29 +08:00
module.exports = {
client: {
service: {
2021-09-05 20:42:58 +08:00
name: "fennec-be",
url: "http://localhost:7122/graphql",
},
},
2021-04-18 11:18:29 +08:00
};