X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e6c778f6e92e584815a14d3e6a31a03a5e2ab7e1..e0f595e44766e352edfce0aaf5d32be57f448882:/src/redakcja/urls.py diff --git a/src/redakcja/urls.py b/src/redakcja/urls.py index 6fb77fbe..fc5fac3d 100644 --- a/src/redakcja/urls.py +++ b/src/redakcja/urls.py @@ -28,6 +28,7 @@ urlpatterns = [ path('depot/', include('depot.urls')), path('wlxml/', include('wlxml.urls')), path('isbn/', include('isbn.urls')), + path('sources/', include('sources.urls')), path('api/', include('redakcja.api.urls')), ]