Deletes unnecessary files

This commit is contained in:
Dimitrios Kaitantzidis
2023-10-22 20:54:23 +03:00
parent 768877d969
commit 8393dd4731
6 changed files with 533 additions and 8877 deletions

View File

@@ -81,13 +81,6 @@ public class GeneralWebController {
model.addAttribute("currentPage", "view-pdf");
return "view-pdf";
}
@GetMapping("/viewer")
@Hidden
public String ViewForm(Model model) {
model.addAttribute("currentPage", "viewer");
return "viewer";
}
@GetMapping("/multi-tool")
@Hidden