Skip to content

Commit

Permalink
EKIRJASTO-131 Remove redundant HEAD request
Browse files Browse the repository at this point in the history
  • Loading branch information
natlibfi-kaisa committed Dec 18, 2024
1 parent cb7a6e6 commit 33c7f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def unselect_book(identifier_type, identifier):
return app.manager.select_books.unselect(identifier_type, identifier)


@library_dir_route("/selected_books", methods=["GET", "HEAD"])
@library_dir_route("/selected_books", methods=["GET"])
@has_library
@allows_patron_web
@requires_auth
Expand Down

0 comments on commit 33c7f1f

Please sign in to comment.