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