Feature ready.

This commit is contained in:
Dimitrios Kaitantzidis
2023-10-23 00:12:13 +03:00
parent 8393dd4731
commit 3145f5fdd0
371 changed files with 26018 additions and 470 deletions

View File

@@ -77,7 +77,7 @@ public class GeneralWebController {
@GetMapping("/view-pdf")
@Hidden
public String ViewPdfForm(Model model) {
public String ViewPdfForm2(Model model) {
model.addAttribute("currentPage", "view-pdf");
return "view-pdf";
}