mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-22 09:37:07 +03:00
Fix GraphiQL URL which is configured in the tutorial.
- Based on <e063ef3cfc
>
This commit is contained in:
parent
f15d2f6762
commit
5d7794815f
|
@ -271,7 +271,7 @@ from the command line.
|
|||
Starting development server at http://127.0.0.1:8000/
|
||||
Quit the server with CONTROL-C.
|
||||
|
||||
Go to `localhost:8000/graphiql <http://localhost:8000/graphiql>`__ and
|
||||
Go to `localhost:8000/graphql <http://localhost:8000/graphql>`__ and
|
||||
type your first query!
|
||||
|
||||
.. code::
|
||||
|
|
|
@ -281,7 +281,7 @@ from the command line.
|
|||
Starting development server at http://127.0.0.1:8000/
|
||||
Quit the server with CONTROL-C.
|
||||
|
||||
Go to `localhost:8000/graphiql <http://localhost:8000/graphiql>`__ and
|
||||
Go to `localhost:8000/graphql <http://localhost:8000/graphql>`__ and
|
||||
type your first query!
|
||||
|
||||
.. code::
|
||||
|
|
Loading…
Reference in New Issue
Block a user