Skip to content

Commit

Permalink
EKIRJASTO-131 Change rel for selected books
Browse files Browse the repository at this point in the history
  • Loading branch information
natlibfi-kaisa committed Dec 19, 2024
1 parent 04dcf0f commit 5dea53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def create_authentication_document(self) -> str:
)
links.append(
dict(
rel="http://opds-spec.org/shelf",
rel="http://opds-spec.org/shelf/selected_books",
href=selected_books_url,
type=OPDSFeed.ACQUISITION_FEED_TYPE,
)
Expand Down

0 comments on commit 5dea53d

Please sign in to comment.