routes.php 85 B

1234
  1. <?php
  2. return array(
  3. new \Pimf\Route('/:action', array('controller' => 'hello')),
  4. );