mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 16:40:03 +03:00
Fix one missed reference
This commit is contained in:
parent
ba865d924e
commit
672e56d6ab
|
@ -412,7 +412,7 @@ return the schema.
|
||||||
**urls.py:**
|
**urls.py:**
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
url('/', schema_view),
|
path('', schema_view),
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user