This commit is contained in:
Anthony Stirling
2024-01-28 17:39:07 +00:00
parent ba4ad1aff9
commit 89e461e4f6
4 changed files with 25 additions and 11 deletions

View File

@@ -66,7 +66,7 @@ public class ApiDocService {
"BOOK",
Arrays.asList(
"epub", "mobi", "azw3", "fb2", "txt",
"docx")); // As noted before, "Boolean" isn't a file type but a value
"docx"));
// type.
}