This commit is contained in:
Anthony Stirling
2024-01-28 17:39:07 +00:00
parent ba4ad1aff9
commit 89e461e4f6
4 changed files with 25 additions and 11 deletions

View File

@@ -38,14 +38,13 @@ public class OtherWebController {
model.addAttribute("currentPage", "show-javascript");
return "misc/show-javascript";
}
@GetMapping("/stamp")
@Hidden
public String stampForm(Model model) {
model.addAttribute("currentPage", "stamp");
return "misc/stamp";
}
@GetMapping("/add-page-numbers")
@Hidden