X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9ff5f2ac22360b1ff3ef2473c15d4acfd1e7769b..467b414abdf8b789bef9a71a69a497c64ec19b3f:/src/redakcja/urls.py?ds=inline diff --git a/src/redakcja/urls.py b/src/redakcja/urls.py index 6e607305..2f36af18 100644 --- a/src/redakcja/urls.py +++ b/src/redakcja/urls.py @@ -26,6 +26,7 @@ urlpatterns = [ url(r'^editor/', include('wiki.urls')), url(r'^images/', include('wiki_img.urls')), url(r'^cover/', include('cover.urls')), + url(r'^depot/', include('depot.urls')), url(r'^wlxml/', include('wlxml.urls')), path('api/', include('redakcja.api.urls')),