X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ad422879d55a62e02c71024531aa4a2277dedaf3..6b6ff36189e97efb3b463643018806e9ff8e14a8:/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')), ]