X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/74f7584b18b4386433b4c02336f5adafcae530c5..0eedef1eafceaaa3f4f78b014236bf642be2807b:/src/wolnelektury/urls.py diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index 492f1ddd5..11722fc51 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -29,6 +29,7 @@ urlpatterns = [ ] urlpatterns += [ + path('eksperymenty/', include('experiments.urls')), path('katalog/', include('catalogue.urls')), path('opds/', include('opds.urls')), path('sugestia/', include('suggest.urls')),