auto rename

This commit is contained in:
Anthony Stirling
2023-07-04 23:25:21 +01:00
parent f92482d89e
commit 4e28bf03bd
7 changed files with 212 additions and 2 deletions

View File

@@ -140,4 +140,11 @@ public class OtherWebController {
return "other/auto-crop";
}
@GetMapping("/auto-rename")
@Hidden
public String autoRenameForm(Model model) {
model.addAttribute("currentPage", "auto-rename");
return "other/auto-rename";
}
}