Skip to content

Commit 5fff75f

Browse files
authored
Update Tutorial-ExpressGraphQL.md
to facilitate access localhost in one click
1 parent 421ad5e commit 5fff75f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/graphql-js/Tutorial-ExpressGraphQL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ You can run this GraphQL server with:
4949
```bash
5050
node server.js
5151
```
52+
and browse to:
53+
[https://localhost:4000/graphql](http://localhost:4000/graphql)
5254

5355
Since we configured `graphqlHTTP` with `graphiql: true`, you can use the GraphiQL tool to manually issue GraphQL queries. If you navigate in a web browser to `http://localhost:4000/graphql`, you should see an interface that lets you enter queries. It should look like:
5456

0 commit comments

Comments
 (0)