Skip to content
Snippets Groups Projects
Commit 6cd3380d authored by Sébastiaan Versteeg's avatar Sébastiaan Versteeg Committed by Wouter Doeland
Browse files

Fix token-auth path in urls.py

parent 027b7ee2
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ urlpatterns = [ # pylint: disable=invalid-name
path('', include('partners.urls')),
# App API
path('api/v1/', include([
path('token-auth', ObtainThaliaAuthToken.as_view()),
path('token-auth/', ObtainThaliaAuthToken.as_view()),
path('', include('activemembers.api.urls')),
path('', include('events.api.urls')),
path('', include('members.api.urls')),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment