release notes and ghostscript removal

This commit is contained in:
Anthony Stirling
2024-11-26 19:48:42 +00:00
parent 73e64e5898
commit 6ec2c34c2b
20 changed files with 918 additions and 501 deletions

View File

@@ -55,6 +55,11 @@ public class HomeWebController {
return "licenses";
}
@GetMapping("/releases")
public String getReleaseNotes(Model model) {
return "releases";
}
@GetMapping("/")
public String home(Model model) {
model.addAttribute("currentPage", "home");