update(MyLv VueRouter Studiensemester): adds the Studiensemester to the url of the vue router in the mylv view

This commit is contained in:
SimonGschnell
2025-08-11 10:38:26 +02:00
parent 8c797fb212
commit 3c3038362a
3 changed files with 10 additions and 9 deletions
+1
View File
@@ -63,6 +63,7 @@ $route['api/v1/system/[S|s]prache/(:any)'] = 'api/v1/system/sprache2/$1';
$route['Cis/LvPlan/.*'] = 'Cis/LvPlan/index/$1';
$route['Cis/MyLvPlan/.*'] = 'Cis/MyLvPlan/index/$1';
$route['Cis/MyLv/.*'] = 'Cis/MyLv/index/$1';
// Studierendenverwaltung List Routes
$route['api/frontend/v1/stv/[sS]tudents/inout'] = 'api/frontend/v1/stv/Students/index';