diff --git a/plugins/Tags/config/routes.php b/plugins/Tags/config/routes.php index 3fab36a..93223e1 100644 --- a/plugins/Tags/config/routes.php +++ b/plugins/Tags/config/routes.php @@ -13,7 +13,7 @@ $routes->plugin( ['controller' => 'Tags'] ); - // $routes->get('/', ['controller' => 'Tags']); + $routes->get('/', ['controller' => 'Tags', 'action' => 'index']); // $routes->get('/{id}', ['controller' => 'Tags', 'action' => 'view']); // $routes->put('/{id}', ['controller' => 'Tags', 'action' => 'edit']); } diff --git a/templates/Instance/home.php b/templates/Instance/home.php index 20e3460..b9c41a4 100644 --- a/templates/Instance/home.php +++ b/templates/Instance/home.php @@ -1,17 +1,25 @@ text($md); - ?> +