Remove remaining MOBI stuff

This commit is contained in:
Jeremy Benoist
2023-08-23 08:44:40 +02:00
parent bdb297f2b4
commit c6ff0bc691
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(