We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e98c6c + f0f7af1 commit ff120f0Copy full SHA for ff120f0
site/graphql-js/Tutorial-ExpressGraphQL.md
@@ -41,7 +41,7 @@ app.use('/graphql', graphqlHTTP({
41
graphiql: true,
42
}));
43
app.listen(4000);
44
-console.log('Running a GraphQL API server at localhost:4000/graphql');
+console.log('Running a GraphQL API server at http://localhost:4000/graphql');
45
```
46
47
You can run this GraphQL server with:
0 commit comments