Skip to content

Commit

Permalink
Add trailing slash to catalogue route
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 11, 2024
1 parent 3f57bc7 commit d446f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/catalogue/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .api import RecordsAPI


@bp.route("/id/<id>")
@bp.route("/id/<id>/")
@cache.cached(key_prefix=cache_key_prefix)
def record(id):
records_api = RecordsAPI()
Expand Down

0 comments on commit d446f89

Please sign in to comment.