Skip to content

Commit

Permalink
Allow slash in id (#960)
Browse files Browse the repository at this point in the history
* proposal to move title/abstract from item-table to page header

* revert additional commit
  • Loading branch information
pvgenuchten committed Feb 26, 2024
1 parent b14f5b1 commit c29fdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycsw/wsgi_flask.py
Expand Up @@ -222,7 +222,7 @@ def items(collection='metadata:main'):
collection))


@BLUEPRINT.route('/collections/<collection>/items/<item>',
@BLUEPRINT.route('/collections/<collection>/items/<path:item>',
methods=['GET', 'PUT', 'DELETE'])
@BLUEPRINT.route('/stac/collections/<collection>/items/<item>')
def item(collection='metadata:main', item=None):
Expand Down

0 comments on commit c29fdcb

Please sign in to comment.