From a3c48601f82ccf8b67a721c516ec8d9f3fcccc61 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 3 Dec 2021 17:00:45 +0800 Subject: [PATCH] refactor: remove extra slash --- .../org/gotson/komga/interfaces/api/rest/SeriesController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga/src/main/kotlin/org/gotson/komga/interfaces/api/rest/SeriesController.kt b/komga/src/main/kotlin/org/gotson/komga/interfaces/api/rest/SeriesController.kt index 830522fc6..bc65801d6 100644 --- a/komga/src/main/kotlin/org/gotson/komga/interfaces/api/rest/SeriesController.kt +++ b/komga/src/main/kotlin/org/gotson/komga/interfaces/api/rest/SeriesController.kt @@ -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?,