Fixed crating dummy data

This commit is contained in:
joss 2025-04-16 08:34:39 +02:00
parent d6e88977ba
commit ca92fd78c8

View file

@ -49,7 +49,7 @@ public class Model {
g1 = new Group("groups/IF24wS2-B", "Softwareentwicklung WiSe 24/25 Seminargruppe 2");
g2 = new Group("groups/admins", "Administrator:innen");
g3 = new Group("groups/alumni", "Alumni");
new Group("groups/leer").bind(this);
new Group("groups/leer", "Leere Gruppe").bind(this);
g1.bind(this);
g2.bind(this);
g3.bind(this);