catchAdmin/catch/cms/route.php

14 lines
282 B
PHP
Raw Normal View History

2020-09-05 16:01:18 +08:00
<?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');