diff --git a/cps/kobo.py b/cps/kobo.py index cfdc60c9..1a8dd913 100644 --- a/cps/kobo.py +++ b/cps/kobo.py @@ -961,6 +961,7 @@ def HandleBookDeletionRequest(book_uuid): # TODO: Implement the following routes @csrf.exempt @kobo.route("/v1/library/", methods=["DELETE", "GET", "POST"]) +@kobo.route("/v1/library//preview", methods=["POST"]) def HandleUnimplementedRequest(dummy=None): log.debug("Unimplemented Library Request received: %s (request is forwarded to kobo if configured)", request.base_url)