Skip to content

Commit ddc91a8

Browse files
committed
#update-cms-tutorial fix home to point to /articles
1 parent ae54071 commit ddc91a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
'httponly' => true
5050
]));
5151
$routes->applyMiddleware('csrf');
52-
$routes->connect('/', ['controller' => 'Pages', 'action' => 'display', 'home']);
52+
$routes->connect('/', ['controller' => 'Articles', 'action' => 'index']);
5353
$routes->connect('/pages/*', ['controller' => 'Pages', 'action' => 'display']);
5454

5555

0 commit comments

Comments
 (0)