Upgrade apollo CLI

This commit is contained in:
Trevor Blades
2019-07-22 00:49:40 -07:00
parent 457d46cf34
commit 77360d3649
4 changed files with 1291 additions and 575 deletions

View File

@@ -1,3 +1,5 @@
module.exports = {
endpoint: `http://localhost:${process.env.PORT}`
endpoint: {
url: `http://localhost:${process.env.PORT}`
}
};