Skip to content

Commit 72c746f

Browse files
Ruaneyhwillson
andauthored
Update Tutorial-ExpressGraphQL.md (graphql#1265)
* Update Tutorial-ExpressGraphQL.md to facilitate access localhost in one click * Remove new link and convert existing endpoint URL to be clickable Since we're already listing the endpoint a couple lines down, let's just make it a proper link instead of duplicating the URL. Co-authored-by: hwillson <[email protected]>
1 parent fb6a7e4 commit 72c746f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can run this GraphQL server with:
5050
node server.js
5151
```
5252

53-
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:
53+
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 [https://localhost:4000/graphql](http://localhost:4000/graphql), you should see an interface that lets you enter queries. It should look like:
5454

5555
![hello world graphql example](/img/hello.png)
5656

0 commit comments

Comments
 (0)