Skip to content

Commit

Permalink
add simple-json to search api "alternate mediatypes"
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed May 21, 2024
1 parent df03378 commit 231b66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trove/render/html_browse.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from ._base import BaseRenderer

STABLE_MEDIATYPES = (JSONAPI_MEDIATYPE,)
UNSTABLE_MEDIATYPES = ('text/turtle', 'application/ld+json')
UNSTABLE_MEDIATYPES = ('text/turtle', 'application/ld+json', 'application/json')


class RdfHtmlBrowseRenderer(BaseRenderer):
Expand Down

0 comments on commit 231b66b

Please sign in to comment.