Change API url

This commit is contained in:
Lukáš Kucharczyk 2023-01-25 12:17:56 +01:00
parent ba27511b97
commit 3a14ea98a6
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 = [ urlpatterns = [
path("", include(router.urls)), path("api/", include(router.urls)),
path("api-auth/", include("rest_framework.urls", namespace="rest_framework")), path("api-auth/", include("rest_framework.urls", namespace="rest_framework")),
] ]