catchAdmin/catch/index/route.php

6 lines
212 B
PHP
Raw Normal View History

2020-04-29 17:37:45 +08:00
<?php
$router->get('/', '\catchAdmin\index\controller\Index@index');
$router->get('theme', '\catchAdmin\index\controller\Index@theme');
$router->get('dashboard', '\catchAdmin\index\controller\Index@dashboard');