Fix one missed reference

This commit is contained in:
Adam Johnson 2020-09-02 13:07:24 +01:00
parent ba865d924e
commit 672e56d6ab

View File

@ -412,7 +412,7 @@ return the schema.
**urls.py:**
urlpatterns = [
url('/', schema_view),
path('', schema_view),
...
]