X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/80a2c67a898b06c9c28bda89d7aa012676c2a23a..3e25eb8de00f8d172b3ed2cfbb236e1e672426a0:/apps/api/resources.py diff --git a/apps/api/resources.py b/apps/api/resources.py index 7681436b..113d4b6d 100644 --- a/apps/api/resources.py +++ b/apps/api/resources.py @@ -20,6 +20,7 @@ import api.handlers.library_handlers as dh library_resource = Resource(dh.LibraryHandler, **authdata) document_resource = Resource(dh.DocumentHandler, **authdata) document_text_resource = Resource(dh.DocumentTextHandler, **authdata) +document_html_resource = Resource(dh.DocumentHTMLHandler, **authdata) document_dc_resource = Resource(dh.DocumentDublinCoreHandler, **authdata) document_merge = Resource(dh.MergeHandler, **authdata)