Skip to content

Commit

Permalink
Update routes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Jan 10, 2024
1 parent 82656d1 commit 6063d74
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/<string:id>")
@bp.route("/id/<id>")
@cache.cached(key_prefix=cache_key_prefix)
def record(id):
records_api = RecordsAPI()
Expand Down

0 comments on commit 6063d74

Please sign in to comment.