Skip to content

Commit 06e4081

Browse files
authored
README.md: fix graphql url
1 parent f9e7c44 commit 06e4081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cookbook/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Now you should be ready to start the server:
5858
```
5959

6060
Now head on over to
61-
[http://127.0.0.1:8000/graphiql](http://127.0.0.1:8000/graphiql)
61+
[http://127.0.0.1:8000/graphql](http://127.0.0.1:8000/graphql)
6262
and run some queries!
6363
(See the [Django quickstart guide](http://graphene-python.org/docs/quickstart-django/)
6464
for some example queries)

0 commit comments

Comments
 (0)