mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
Better Primeview esm path
This commit is contained in:
@@ -63,9 +63,6 @@ $route['api/v1/system/[S|s]prache/(:any)'] = 'api/v1/system/sprache2/$1';
|
||||
|
||||
$route['studentenverwaltung/(:any)/(:any)'] = 'Studentenverwaltung/index';
|
||||
|
||||
$route['public/js/components/primevue/(:any)/(:any)'] = 'public/Primevue/index/$1/$2';
|
||||
$route['public/js/components/primevue/(:any)/(:any)/(:any)'] = 'public/Primevue/index/$2/$3/$1';
|
||||
|
||||
// load routes from extensions
|
||||
$subdir = 'application/config/extensions';
|
||||
$dirlist = scandir($subdir);
|
||||
|
||||
Reference in New Issue
Block a user