This commit is contained in:
cgfhtw
2022-11-29 08:48:50 +01:00
parent 546e55ed96
commit 266ba7523f
21 changed files with 1863 additions and 0 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['cis'] = 'cis/dashboard';
// load routes from extensions
$subdir = 'application/config/extensions';
$dirlist = scandir($subdir);