Skip to content

Commit 11e576c

Browse files
committed
Fixed not loading comics with duplicate pages [#2480]
1 parent e17e3cf commit 11e576c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comixed-rest/src/main/java/org/comixedproject/rest/library/DuplicatePageController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class DuplicatePageController {
5151
* @return the duplicate page list
5252
*/
5353
@PostMapping(
54-
value = "/api/library/pages/duplicates/load",
54+
value = "/api/library/pages/duplicates",
5555
produces = MediaType.APPLICATION_JSON_VALUE,
5656
consumes = MediaType.APPLICATION_JSON_VALUE)
5757
@JsonView(View.DuplicatePageList.class)

0 commit comments

Comments
 (0)