Preliminary source objects.
[redakcja.git] / src / redakcja / urls.py
index 6fb77fb..fc5fac3 100644 (file)
@@ -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')),
 ]