mirror of
https://github.com/FranP-code/countries.git
synced 2025-10-13 00:02:15 +00:00
Remove engine api key and procfile
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user