route.php 55 B

123456
  1. <?php
  2. return array
  3. (
  4. 'home' => 'task/list',
  5. );