Split pages support n function and other stuff
This commit is contained in:
@@ -122,4 +122,11 @@ public class OtherWebController {
|
||||
return "other/scale-pages";
|
||||
}
|
||||
|
||||
@GetMapping("/auto-crop")
|
||||
@Hidden
|
||||
public String autoCropForm(Model model) {
|
||||
model.addAttribute("currentPage", "auto-crop");
|
||||
return "other/auto-crop";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user