X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/bd2f4130a81e68a2bb3c8d88448540ec60fe7be5..30da6af1f8550bbf8c52a21e5741661a15da8663:/apps/api/resources.py diff --git a/apps/api/resources.py b/apps/api/resources.py index 1d55aa9e..fbdb89b8 100644 --- a/apps/api/resources.py +++ b/apps/api/resources.py @@ -23,6 +23,7 @@ document_html_resource = Resource(dh.DocumentHTMLHandler, **authdata) # document_dc_resource = Resource(dh.DocumentDublinCoreHandler, **authdata) document_gallery = Resource(dh.DocumentGalleryHandler, **authdata) document_merge = Resource(dh.MergeHandler, **authdata) +diff_resource = Resource(dh.DiffHandler, **authdata) import api.handlers.manage_handlers as mh @@ -50,4 +51,5 @@ __all__ = [ 'scriptlets', 'pullrequest_collection', 'pullrequest_rsrc', + 'diff_resource', ] \ No newline at end of file