improvements 2

This commit is contained in:
cgfhtw
2023-09-04 16:52:46 +02:00
parent 1009f73109
commit bd92777b96
13 changed files with 1158 additions and 336 deletions
+2
View File
@@ -61,6 +61,8 @@ $route['api/v1/organisation/[O|o]rganisationseinheit/(:any)'] = 'api/v1/organisa
$route['api/v1/ressource/[B|b]etriebsmittelperson/(:any)'] = 'api/v1/ressource/betriebsmittelperson2/$1';
$route['api/v1/system/[S|s]prache/(:any)'] = 'api/v1/system/sprache2/$1';
$route['studentenverwaltung/(:any)'] = 'Studentenverwaltung/index';
// load routes from extensions
$subdir = 'application/config/extensions';
$dirlist = scandir($subdir);