catchAdmin/catch/index/route.php
2020-04-29 17:37:45 +08:00

6 lines
212 B
PHP

<?php
$router->get('/', '\catchAdmin\index\controller\Index@index');
$router->get('theme', '\catchAdmin\index\controller\Index@theme');
$router->get('dashboard', '\catchAdmin\index\controller\Index@dashboard');