X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0b1bf765d6185ef20235e702b2969d951bca4de5..ad422879d55a62e02c71024531aa4a2277dedaf3:/src/redakcja/urls.py diff --git a/src/redakcja/urls.py b/src/redakcja/urls.py index e4078851..6fb77fbe 100644 --- a/src/redakcja/urls.py +++ b/src/redakcja/urls.py @@ -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')), ]