* jquery removed
* charts auf lokal umgestellt * Rechnungen mit Anhang * neues Interface Sync automatische
This commit is contained in:
@@ -29,6 +29,9 @@ $routes->get('syncScheduled', 'Home::syncScheduled');
|
||||
$routes->get('viewAccounts', 'Home::viewAccountsTree');
|
||||
$routes->get('viewActivities', 'Home::viewAccountActivities');
|
||||
$routes->get('viewScheduled', 'Home::viewScheduled');
|
||||
$routes->get('viewBill/(:any)', 'Home::viewBill/$1');
|
||||
$routes->get('viewChart', 'Charts::getData/0');
|
||||
$routes->get('viewChart/(:num)', 'Charts::getData/$1');
|
||||
|
||||
|
||||
service('auth')->routes($routes);
|
||||
|
||||
@@ -111,7 +111,7 @@ class Routing extends BaseRouting
|
||||
*
|
||||
* Default: false
|
||||
*/
|
||||
public bool $multipleSegmentsOneParam = false;
|
||||
public bool $multipleSegmentsOneParam = true;
|
||||
|
||||
/**
|
||||
* For Auto Routing (Improved).
|
||||
|
||||
Reference in New Issue
Block a user