mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
docs(migration-engine): fix typo in code example (#1273)
This commit is contained in:
parent
80174d2197
commit
59ca96c861
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const server = new ApolloServer({
|
|||
engine: false,
|
||||
});
|
||||
|
||||
server.applyMiddlware({ app });
|
||||
server.applyMiddleware({ app });
|
||||
|
||||
const engine = new ApolloEngine({
|
||||
apiKey: process.env.ENGINE_API_KEY,
|
||||
|
|
Loading…
Add table
Reference in a new issue