refactor: remove extra slash

This commit is contained in:
Gauthier Roebroeck 2021-12-03 17:00:45 +08:00
parent 3085226113
commit a3c48601f8

View file

@ -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>?,