Skip to content
Snippets Groups Projects
Verified Commit 40e1b420 authored by ynerant's avatar ynerant
Browse files

Fix API path


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 72806f0a
No related branches found
No related tags found
3 merge requests!162Bugs mineurs, documentation,!157[Invoices] Product quantities can be floating,!155CAS + OAuth2
......@@ -48,6 +48,6 @@ app_name = 'api'
# Additionally, we include login URLs for the browsable API.
urlpatterns = [
url('^', include(router.urls)),
url('me', UserInformationView.as_view()),
url('^me/', UserInformationView.as_view()),
url('^api-auth/', include('rest_framework.urls', namespace='rest_framework')),
]
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