X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/acf3c41fb0ffe8e451b1e465b00e9998f2b027ac..467b414abdf8b789bef9a71a69a497c64ec19b3f:/src/redakcja/urls.py diff --git a/src/redakcja/urls.py b/src/redakcja/urls.py index fe2193e7..2f36af18 100644 --- a/src/redakcja/urls.py +++ b/src/redakcja/urls.py @@ -26,6 +26,10 @@ 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')), ]