WIP stundenplan widget tagesansicht

This commit is contained in:
Johann Hoffmann
2024-11-13 10:41:50 +01:00
parent 85bec1e0e3
commit b0cd599999
3 changed files with 61 additions and 18 deletions
+2 -2
View File
@@ -62,6 +62,7 @@ $route['api/v1/ressource/[B|b]etriebsmittelperson/(:any)'] = 'api/v1/ressource/b
$route['api/v1/system/[S|s]prache/(:any)'] = 'api/v1/system/sprache2/$1';
$route['CisVue'] = 'CisVue/dashboard';
$route['Cis/Stundenplan/(:any)'] = 'Cis/Stundenplan';
// load routes from extensions
$subdir = 'application/config/extensions';
@@ -83,5 +84,4 @@ if ($dirlist)
}
}
}
}
}