X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/84511437e601e85bf74f1c8fddf31b95aac54bfe..61ff9348beb56e3623378f25713bf382e3c2078c:/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')), ]