We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17e3cf commit 11e576cCopy full SHA for 11e576c
comixed-rest/src/main/java/org/comixedproject/rest/library/DuplicatePageController.java
@@ -51,7 +51,7 @@ public class DuplicatePageController {
51
* @return the duplicate page list
52
*/
53
@PostMapping(
54
- value = "/api/library/pages/duplicates/load",
+ value = "/api/library/pages/duplicates",
55
produces = MediaType.APPLICATION_JSON_VALUE,
56
consumes = MediaType.APPLICATION_JSON_VALUE)
57
@JsonView(View.DuplicatePageList.class)
0 commit comments