X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c1c30568a2ecc705db04d7f0c94749e55cb41b47..2d078acd77305c073bff9cd402e7a83138cc9471:/src/api/urls.py diff --git a/src/api/urls.py b/src/api/urls.py index 5b1942c3a..c12384c03 100644 --- a/src/api/urls.py +++ b/src/api/urls.py @@ -15,6 +15,9 @@ urlpatterns1 = [ path('requestConfirm/', csrf_exempt(views.RequestConfirmView.as_view())), path('login/', csrf_exempt(views.Login2View.as_view())), path('me/', views.UserView.as_view()), + path('deleteAccount/', views.DeleteAccountView.as_view()), + path('password/', views.PasswordView.as_view()), + path('', include('catalogue.api.urls2')), path('', include('social.api.urls2')), path('', include('bookmarks.api.urls')),