1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-31 18:31:02 +00:00

Remove remaining MOBI stuff

This commit is contained in:
Jeremy Benoist 2023-08-23 08:44:40 +02:00
parent bdb297f2b4
commit c6ff0bc691
No known key found for this signature in database
GPG key ID: 7168D5DD29F38552
6 changed files with 6 additions and 132 deletions

View file

@ -411,7 +411,7 @@ class EntryRestController extends WallabagRestController
* required=true,
* @OA\Schema(
* type="string",
* enum={"xml", "json", "txt", "csv", "pdf", "epub", "mobi"},
* enum={"xml", "json", "txt", "csv", "pdf", "epub"},
* )
* ),
* @OA\Response(