catchAdmin/catch/cms/route.php
JaguarJack c8a7d0291c update
2020-09-05 16:01:18 +08:00

14 lines
282 B
PHP

<?php
// you should user `$router`
$router->group(function () use ($router){
});
//hello路由
$router->resource('hello', '\catchAdmin\cms\controller\Hello')->middleware('auth');
//hello路由
$router->resource('hello', '\catchAdmin\cms\controller\Hello')->middleware('auth');