X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b9166b62220208f49bfd3521e547d60d377ab7c1..d09f3124b97114073e9a072fb730badf6d59ae77:/src/redakcja/urls.py diff --git a/src/redakcja/urls.py b/src/redakcja/urls.py index 8050ae1e..6e607305 100644 --- a/src/redakcja/urls.py +++ b/src/redakcja/urls.py @@ -27,6 +27,8 @@ urlpatterns = [ url(r'^images/', include('wiki_img.urls')), url(r'^cover/', include('cover.urls')), url(r'^wlxml/', include('wlxml.urls')), + + path('api/', include('redakcja.api.urls')), ]