Re-enabled PATCH handler for organisations

This commit is contained in:
Sybren A. Stüvel 2018-07-13 13:36:59 +02:00
parent 41369d134c
commit 7da741f354

View File

@ -225,4 +225,4 @@ class OrganizationPatchHandler(patch_handler.AbstractPatchHandler):
def setup_app(app):
OrganizationPatchHandler(patch_api_blueprint)
# app.register_api_blueprint(patch_api_blueprint, url_prefix='/organizations')
app.register_api_blueprint(patch_api_blueprint, url_prefix='/organizations')