undo wrong commit file for sign

This commit is contained in:
Anthony Stirling
2023-05-04 23:22:33 +01:00
parent acda1e4dd8
commit 32bace863c
2 changed files with 13 additions and 41 deletions

View File

@@ -37,6 +37,14 @@ public class OtherWebController {
return "other/extract-images";
}
@GetMapping("/flatten")
@Hidden
public String flattenForm(Model model) {
model.addAttribute("currentPage", "flatten");
return "other/flatten";
}
@GetMapping("/change-metadata")
@Hidden