Skip to content

Commit ff120f0

Browse files
authored
Merge pull request graphql#630 from aberonni/patch-1
Update Tutorial-ExpressGraphQL.md
2 parents 2e98c6c + f0f7af1 commit ff120f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/graphql-js/Tutorial-ExpressGraphQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ app.use('/graphql', graphqlHTTP({
4141
graphiql: true,
4242
}));
4343
app.listen(4000);
44-
console.log('Running a GraphQL API server at localhost:4000/graphql');
44+
console.log('Running a GraphQL API server at http://localhost:4000/graphql');
4545
```
4646

4747
You can run this GraphQL server with:

0 commit comments

Comments
 (0)