Remove domain models and services related to Abteilung, AbteilungsRegelService, and Bewerb: cleanup unnecessary entities, validation logic, and tests across backend modules.
This commit is contained in:
+1
@@ -50,5 +50,6 @@ object ApiRoutes {
|
||||
fun veranstaltungKonten(veranstaltungId: String) = "$ROOT/veranstaltungen/$veranstaltungId/konten"
|
||||
fun personKonto(veranstaltungId: String, personId: String) = "$ROOT/veranstaltungen/$veranstaltungId/personen/$personId"
|
||||
fun rechnung(kontoId: String) = "$ROOT/konten/$kontoId/rechnung"
|
||||
fun offenePosten(veranstaltungId: String) = "$ROOT/veranstaltungen/$veranstaltungId/offene-posten"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user