Skip to content

Commit 31a4984

Browse files
authored
Merge pull request #15 from Fak3/patch-1
README.md: fix graphql url
2 parents f9e7c44 + 06e4081 commit 31a4984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cookbook/README.md

Lines changed: 1 addition & 1 deletion
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)