Skip to content

Commit

Permalink
do not include user urls
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 13, 2024
1 parent bcde4fa commit a1a209d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
LoginView.as_view(),
name="session-login",
),
]
],
include_user_urls=False
)

0 comments on commit a1a209d

Please sign in to comment.