diff --git a/Procfile b/Procfile deleted file mode 100644 index 5ec9cc2..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: node index.js \ No newline at end of file diff --git a/api/graphql.js b/api/graphql.js index fb74f44..829d55f 100644 --- a/api/graphql.js +++ b/api/graphql.js @@ -183,10 +183,7 @@ const server = new ApolloServer({ typeDefs, resolvers, introspection: true, - playground: true, - engine: { - apiKey: process.env.ENGINE_API_KEY - } + playground: true }); export default server.createHandler({