Jira Abfrage

This commit is contained in:
2019-10-31 14:43:53 +01:00
parent e1d84f3159
commit 1ff233443b
37 changed files with 5793 additions and 4948 deletions

View File

@@ -49,7 +49,8 @@ Router::scope('/', function (RouteBuilder $routes) {
* its action called 'display', and we pass a param to select the view file
* to use (in this case, src/Template/Pages/home.ctp)...
*/
$routes->connect('/', ['controller' => 'curls', 'action' => 'usStatistik']);
$routes->connect('/', ['controller' => 'Pages', 'action' => 'home']);
//$routes->connect('/', ['controller' => 'curls', 'action' => 'usStatistik']);
//$routes->connect('/', ['controller' => 'examinations', 'action' => 'index']);
/**