Isbns, and minor fixes.
[redakcja.git] / src / redakcja / urls.py
index e407885..6fb77fb 100644 (file)
@@ -27,6 +27,7 @@ urlpatterns = [
     path('cover/', include('cover.urls')),
     path('depot/', include('depot.urls')),
     path('wlxml/', include('wlxml.urls')),
+    path('isbn/', include('isbn.urls')),
 
     path('api/', include('redakcja.api.urls')),
 ]