lots of stuff and garbage code for automate to cleanup lots
This commit is contained in:
@@ -68,4 +68,10 @@ public class GeneralWebController {
|
||||
return "sign";
|
||||
}
|
||||
|
||||
@GetMapping("/crop")
|
||||
@Hidden
|
||||
public String cropForm(Model model) {
|
||||
model.addAttribute("currentPage", "crop");
|
||||
return "crop";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user