X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e7d9b3875966262ee2e9eb6c281d2677a05a4e91..bbf9e601991d5d90ed55ee9d5c9d3018afc95d3a:/src/api/urls.py diff --git a/src/api/urls.py b/src/api/urls.py index 38f619252..5b1942c3a 100644 --- a/src/api/urls.py +++ b/src/api/urls.py @@ -17,7 +17,8 @@ urlpatterns1 = [ path('me/', views.UserView.as_view()), path('', include('catalogue.api.urls2')), path('', include('social.api.urls2')), - path('', include('bookmarks.api.urls')) + path('', include('bookmarks.api.urls')), + path('', include('search.api.urls')), ]