6 lines
212 B
PHP
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');
|