redesign of the landing page, see #20

This commit is contained in:
Jottyfan
2025-04-05 17:48:18 +02:00
parent a801d3178a
commit 1d67aefa4d
5 changed files with 68 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ public class StaticPagesController extends CommonController {
*/
@GetMapping("/")
public String getIndex() {
return "/index";
return "/allgemeines";
}
/**