Change API url
This commit is contained in:
parent
77d6ad2618
commit
89f6959fc1
|
@ -73,7 +73,7 @@ router.register(r"sessions", SessionViewSet)
|
|||
|
||||
|
||||
urlpatterns = [
|
||||
path("api/", include("router.urls")),
|
||||
path("api/", include(router.urls)),
|
||||
path("api-auth/", include("rest_framework.urls", namespace="rest_framework")),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue