2019-12-02 23:04:43 +08:00
|
|
|
<?php
|
|
|
|
|
2019-12-14 16:56:59 +08:00
|
|
|
$router->get('/', '\catchAdmin\index\controller\Index@index');
|
|
|
|
$router->get('theme', '\catchAdmin\index\controller\Index@theme');
|
|
|
|
$router->get('dashboard', '\catchAdmin\index\controller\Index@dashboard');
|