Jira Abfrage
This commit is contained in:
@@ -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']);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user