mirror of
https://github.com/gotson/komga.git
synced 2025-12-27 19:04:28 +01:00
refactor: remove extra slash
This commit is contained in:
parent
3085226113
commit
a3c48601f8
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ class SeriesController(
|
|||
|
||||
@Operation(description = "Return recently added or updated series.")
|
||||
@PageableWithoutSortAsQueryParam
|
||||
@GetMapping("v1/series//latest")
|
||||
@GetMapping("v1/series/latest")
|
||||
fun getLatestSeries(
|
||||
@AuthenticationPrincipal principal: KomgaPrincipal,
|
||||
@RequestParam(name = "library_id", required = false) libraryIds: List<String>?,
|
||||
|
|
|
|||
Loading…
Reference in a new issue