lots of stuff and garbage code for automate to cleanup lots

This commit is contained in:
Anthony Stirling
2023-07-09 00:05:33 +01:00
parent 5877b40be5
commit 6e726ac2a6
13 changed files with 699 additions and 272 deletions

View File

@@ -68,4 +68,10 @@ public class GeneralWebController {
return "sign";
}
@GetMapping("/crop")
@Hidden
public String cropForm(Model model) {
model.addAttribute("currentPage", "crop");
return "crop";
}
}