Skip to content

Commit

Permalink
docs: express uses app to listen [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Jan 25, 2021
1 parent d024757 commit ae71a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ const wsServer = new ws.Server({
path: '/graphql',
});

server.listen(443, () => {
app.listen(443, () => {
useServer(
{
schema,
Expand Down

0 comments on commit ae71a03

Please sign in to comment.