X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/74f7584b18b4386433b4c02336f5adafcae530c5..f1ca816d6a3c478d7d0f8018a57aa6b8a0762201:/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')),