From d6b5bca3a9b4cfe55fa050e3bce088e5d2e05b29 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 19 Feb 2025 17:25:37 +0800 Subject: [PATCH] docs: typo in openApi spec --- .../org/gotson/komga/interfaces/api/CommonBookController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga/src/main/kotlin/org/gotson/komga/interfaces/api/CommonBookController.kt b/komga/src/main/kotlin/org/gotson/komga/interfaces/api/CommonBookController.kt index c469ba3b1..0d30082d9 100644 --- a/komga/src/main/kotlin/org/gotson/komga/interfaces/api/CommonBookController.kt +++ b/komga/src/main/kotlin/org/gotson/komga/interfaces/api/CommonBookController.kt @@ -254,7 +254,7 @@ class CommonBookController( throw ResponseStatusException(HttpStatus.NOT_FOUND, "File not found, it may have moved") } - @Operation(summary = "Get Eoub resource", description = "Return a resource from within an Epub book.", tags = [OpenApiConfiguration.TagNames.BOOK_WEBPUB]) + @Operation(summary = "Get Epub resource", description = "Return a resource from within an Epub book.", tags = [OpenApiConfiguration.TagNames.BOOK_WEBPUB]) @GetMapping( value = [ "api/v1/books/{bookId}/resource/{*resource}",