1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-30 06:43:03 +00:00
This commit is contained in:
Jørgen V
2025-02-23 22:17:01 +01:00
parent e531bc0f0c
commit 2f6322b0ee

View File

@@ -955,7 +955,7 @@ def HandleBookDeletionRequest(book_uuid):
# TODO: Implement the following routes
@csrf.exempt
@kobo.route("/v1/library/<dummy>", methods=["DELETE", "GET"])
@kobo.route("/v1/library/<dummy>", methods=["DELETE", "GET", "POST"])
def HandleUnimplementedRequest(dummy=None):
log.debug("Unimplemented Library Request received: %s (request is forwarded to kobo if configured)",
request.base_url)