mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 15:34:17 +01:00
docs: update swagger annotation
This commit is contained in:
parent
7bd5454dc2
commit
f23d16d387
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ class BookController(
|
|||
page,
|
||||
).map { it.restrictUrl(!principal.user.roleAdmin) }
|
||||
|
||||
@PageableWithoutSortAsQueryParam
|
||||
@PageableAsQueryParam
|
||||
@GetMapping("api/v1/books/duplicates")
|
||||
@PreAuthorize("hasRole('$ROLE_ADMIN')")
|
||||
fun getDuplicateBooks(
|
||||
|
|
|
|||
Loading…
Reference in a new issue