Skip to content

Commit

Permalink
fixes casing of signposting describedby attr
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Oct 7, 2024
1 parent 2b7605e commit 28707e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holofood/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class SignpostedDetailView(DetailView):
api_url_args_from_context_path = {"accession": "object.pk"}
api_list_url_name: str

DESCRIBED_BY = "describedBy"
DESCRIBED_BY = "describedby"
COLLECTION = "collection"
JSON = "application/json"

Expand Down

0 comments on commit 28707e2

Please sign in to comment.