mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
docs: typo in openApi spec
This commit is contained in:
parent
82b53823eb
commit
d6b5bca3a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue