diff --git a/pycsw/wsgi_flask.py b/pycsw/wsgi_flask.py index bfcaaceec..a468b82eb 100644 --- a/pycsw/wsgi_flask.py +++ b/pycsw/wsgi_flask.py @@ -222,7 +222,7 @@ def items(collection='metadata:main'): collection)) -@BLUEPRINT.route('/collections//items/', +@BLUEPRINT.route('/collections//items/', methods=['GET', 'PUT', 'DELETE']) @BLUEPRINT.route('/stac/collections//items/') def item(collection='metadata:main', item=None):