mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-13 17:52:36 +03:00
Update docs/topics/browsable-api.md
This commit is contained in:
parent
bf77df6d39
commit
e77eec0ff2
|
@ -24,7 +24,7 @@ from django.urls import include, path
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
# ...
|
# ...
|
||||||
re_path(r"^api-auth/", include("rest_framework.urls", namespace="rest_framework"))
|
path("api-auth/", include("rest_framework.urls", namespace="rest_framework"))
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user