Change API url

This commit is contained in:
Lukáš Kucharczyk 2023-01-25 12:17:56 +01:00
parent 6af754afa6
commit a3be509893
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 1 deletions

View File

@ -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")),
]