X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1b9cdd6220596c93a73c180249a10e6d6f9bd3e4..68be98c55bfd8af8acbf9490d7db5f3f0c528d60:/src/api/urls.py diff --git a/src/api/urls.py b/src/api/urls.py index 182e0dd6f..1a1b4f337 100644 --- a/src/api/urls.py +++ b/src/api/urls.py @@ -26,6 +26,8 @@ urlpatterns1 = [ path('', include('bookmarks.api.urls')), path('', include('search.api.urls')), path('', include('push.api.urls')), + + path('partners/', include('partners.api.urls')), ]